redesign | fixed font of the middle text (navigation bar, base page), monero account list page and account tile

This commit is contained in:
OleksandrSobol 2020-09-14 20:46:50 +03:00
parent f64cf0e89b
commit 586d75cfd1
3 changed files with 4 additions and 0 deletions

View file

@ -73,6 +73,7 @@ abstract class BasePage extends StatelessWidget {
style: TextStyle(
fontSize: 18.0,
fontWeight: FontWeight.bold,
fontFamily: 'Poppins',
color: titleColor ??
Theme.of(context).primaryTextTheme.title.color),
);

View file

@ -53,6 +53,7 @@ class MoneroAccountListPage extends StatelessWidget {
style: TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,
fontFamily: 'Poppins',
decoration: TextDecoration.none,
color: Colors.white
),
@ -140,6 +141,7 @@ class MoneroAccountListPage extends StatelessWidget {
style: TextStyle(
fontSize: 15,
fontWeight: FontWeight.w600,
fontFamily: 'Poppins',
color: Colors.white,
decoration: TextDecoration.none,
),

View file

@ -32,6 +32,7 @@ class AccountTile extends StatelessWidget {
style: TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,
fontFamily: 'Poppins',
color: textColor,
decoration: TextDecoration.none,
),