mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-23 11:15:33 +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,
|
||||
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),
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue