diff --git a/lib/screens/portfolio/coin_detail/tx_list_item.dart b/lib/screens/portfolio/coin_detail/tx_list_item.dart index 983050b36..94b30b0ed 100644 --- a/lib/screens/portfolio/coin_detail/tx_list_item.dart +++ b/lib/screens/portfolio/coin_detail/tx_list_item.dart @@ -94,10 +94,10 @@ class _TransactionListItemState extends State { subtitle: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - SizedBox(height: 4), + SizedBox(height: 6), Text( formattedAddress, - style: Theme.of(context).textTheme.caption, + style: Theme.of(context).textTheme.bodyText2, ), if (note != null) ...[ SizedBox(height: 4),