mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-23 03:05:11 +00:00
CAKE-35 | changed content font weight in the base alert dialog
This commit is contained in:
parent
a49fbb764b
commit
cfb08d64cd
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