restore-button-fix | changed font size of title and description

Oleksandr Sobol committed Mar 4, 2020 at 21:35 UTC 847a5b656c14ce65a3645c8cce71df858ccce777
1 file changed +2 -2
lib/src/screens/restore/widgets/restore_button.dart
+2 -2
@@ -62,7 +62,7 @@ class RestoreButton extends StatelessWidget {
62 textAlign: TextAlign.center,
63 style: TextStyle(
64 color: titleColor,
65 - fontSize: 18.0,
65 + fontSize: 16.0,
66 fontWeight: FontWeight.bold),
67 ),
68 Padding(
@@ -73,7 +73,7 @@ class RestoreButton extends StatelessWidget {
73 style: TextStyle(
74 color:
75 Theme.of(context).accentTextTheme.subhead.color,
76 - fontSize: 14.0,
76 + fontSize: 12.0,
77 height: 1.4),
78 ),
79 )