diff --git a/lib/src/screens/address_book/address_book_page.dart b/lib/src/screens/address_book/address_book_page.dart index a9f39f66a..6f2d7b362 100644 --- a/lib/src/screens/address_book/address_book_page.dart +++ b/lib/src/screens/address_book/address_book_page.dart @@ -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 ), ), ); diff --git a/lib/src/screens/dashboard/widgets/trade_history_panel.dart b/lib/src/screens/dashboard/widgets/trade_history_panel.dart index f58509738..88b41fdd1 100644 --- a/lib/src/screens/dashboard/widgets/trade_history_panel.dart +++ b/lib/src/screens/dashboard/widgets/trade_history_panel.dart @@ -97,7 +97,7 @@ class TradeHistoryPanelState extends State { textAlign: TextAlign.center, style: TextStyle( color: Theme.of(context).primaryTextTheme.caption.color.withOpacity(0.5), - fontSize: 12 + fontSize: 14 ), ), ),