From 847a5b656c14ce65a3645c8cce71df858ccce777 Mon Sep 17 00:00:00 2001 From: Oleksandr Sobol Date: Wed, 4 Mar 2020 21:35:19 +0200 Subject: [PATCH] restore-button-fix | changed font size of title and description --- lib/src/screens/restore/widgets/restore_button.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/screens/restore/widgets/restore_button.dart b/lib/src/screens/restore/widgets/restore_button.dart index 74773e1c3..37cf5565e 100644 --- a/lib/src/screens/restore/widgets/restore_button.dart +++ b/lib/src/screens/restore/widgets/restore_button.dart @@ -62,7 +62,7 @@ class RestoreButton extends StatelessWidget { textAlign: TextAlign.center, style: TextStyle( color: titleColor, - fontSize: 18.0, + fontSize: 16.0, fontWeight: FontWeight.bold), ), Padding( @@ -73,7 +73,7 @@ class RestoreButton extends StatelessWidget { style: TextStyle( color: Theme.of(context).accentTextTheme.subhead.color, - fontSize: 14.0, + fontSize: 12.0, height: 1.4), ), )