CWA-219 | increased font size of placeholders

This commit is contained in:
Oleksandr Sobol 2020-06-03 18:04:59 +03:00
parent bc88fa9758
commit 017397f821
2 changed files with 2 additions and 2 deletions

View file

@ -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
),
),
);

View file

@ -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
),
),
),