Skip to content

Commit

Permalink
Increase Tx send/receive icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlVS committed Oct 15, 2023
1 parent d5f80b1 commit 38c1c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/portfolio/coin_detail/tx_list_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class _TransactionListItemState extends State<TransactionListItem> {
),
leading: Icon(
isReceived ? Icons.arrow_downward : Icons.arrow_upward,
size: 32,
color: isReceived ? Colors.green : Colors.redAccent,
),
trailing: Row(
Expand Down

0 comments on commit 38c1c44

Please sign in to comment.