mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-23 19:16:09 +00:00
restore-button-fix | changed font size of title and description
This commit is contained in:
parent
00307cb55c
commit
847a5b656c
1 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue