Skip to content

Commit

Permalink
Show contrast between tx address and note
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlVS committed Oct 15, 2023
1 parent 420c346 commit d5f80b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/portfolio/coin_detail/tx_list_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ class _TransactionListItemState extends State<TransactionListItem> {
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),
Expand Down

0 comments on commit d5f80b1

Please sign in to comment.