mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-05 10:29:23 +00:00
Merge pull request #99 from cake-tech/CAKE-35-change-the-app-font
CAKE-35 | changed content font weight in the base alert dialog
This commit is contained in:
commit
dab3c1c8b4
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class BaseAlertDialog extends StatelessWidget {
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
|
fontWeight: FontWeight.normal,
|
||||||
fontFamily: 'Poppins',
|
fontFamily: 'Poppins',
|
||||||
color: Theme.of(context).primaryTextTheme.title.color,
|
color: Theme.of(context).primaryTextTheme.title.color,
|
||||||
decoration: TextDecoration.none,
|
decoration: TextDecoration.none,
|
||||||
|
|
Loading…
Reference in a new issue