CWA-219 | increased font size of placeholders

Oleksandr Sobol committed Jun 3, 2020 at 18:04 UTC 017397f82115ea5509f0ef2792a5d7645a96cb2f
2 files changed +2 -2
lib/src/screens/address_book/address_book_page.dart
+1 -1
@@ -216,7 +216,7 @@ class AddressBookPage extends BasePage {
216 textAlign: TextAlign.center,
217 style: TextStyle(
218 color: Theme.of(context).primaryTextTheme.caption.color.withOpacity(0.5),
219 - fontSize: 12
219 + fontSize: 14
220 ),
221 ),
222 );
lib/src/screens/dashboard/widgets/trade_history_panel.dart
+1 -1
@@ -97,7 +97,7 @@ class TradeHistoryPanelState extends State<TradeHistoryPanel> {
97 textAlign: TextAlign.center,
98 style: TextStyle(
99 color: Theme.of(context).primaryTextTheme.caption.color.withOpacity(0.5),
100 - fontSize: 12
100 + fontSize: 14
101 ),
102 ),
103 ),