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

This commit is contained in:
Oleksandr Sobol 2020-03-04 21:35:19 +02:00
parent 00307cb55c
commit 847a5b656c

View file

@ -62,7 +62,7 @@ class RestoreButton extends StatelessWidget {
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: TextStyle( style: TextStyle(
color: titleColor, color: titleColor,
fontSize: 18.0, fontSize: 16.0,
fontWeight: FontWeight.bold), fontWeight: FontWeight.bold),
), ),
Padding( Padding(
@ -73,7 +73,7 @@ class RestoreButton extends StatelessWidget {
style: TextStyle( style: TextStyle(
color: color:
Theme.of(context).accentTextTheme.subhead.color, Theme.of(context).accentTextTheme.subhead.color,
fontSize: 14.0, fontSize: 12.0,
height: 1.4), height: 1.4),
), ),
) )