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:
Oleksandr Sobol 2020-09-04 19:34:15 +03:00 committed by GitHub
commit dab3c1c8b4

View file

@ -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,