mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 11:16:26 +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,
|
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