mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
CWA-219 | increased font size of placeholders
This commit is contained in:
parent
bc88fa9758
commit
017397f821
2 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ class AddressBookPage extends BasePage {
|
|||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
color: Theme.of(context).primaryTextTheme.caption.color.withOpacity(0.5),
|
||||
fontSize: 12
|
||||
fontSize: 14
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
@ -97,7 +97,7 @@ class TradeHistoryPanelState extends State<TradeHistoryPanel> {
|
|||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
color: Theme.of(context).primaryTextTheme.caption.color.withOpacity(0.5),
|
||||
fontSize: 12
|
||||
fontSize: 14
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue