CAKE-35 | changed content font weight in the base alert dialog

This commit is contained in:
OleksandrSobol 2020-09-04 19:32:51 +03:00
parent a49fbb764b
commit cfb08d64cd

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,