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

OleksandrSobol committed Sep 4, 2020 at 19:32 UTC cfb08d64cd81aee92db498849aba8b0ae4ead76b
1 file changed +1
lib/src/widgets/base_alert_dialog.dart
+1
@@ -31,6 +31,7 @@ class BaseAlertDialog extends StatelessWidget {
31 textAlign: TextAlign.center,
32 style: TextStyle(
33 fontSize: 16,
34 + fontWeight: FontWeight.normal,
35 fontFamily: 'Poppins',
36 color: Theme.of(context).primaryTextTheme.title.color,
37 decoration: TextDecoration.none,