mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +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,
|
||||
style: TextStyle(
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.normal,
|
||||
fontFamily: 'Poppins',
|
||||
color: Theme.of(context).primaryTextTheme.title.color,
|
||||
decoration: TextDecoration.none,
|
||||
|
|
Loading…
Reference in a new issue