Skip to content
Snippets Groups Projects
Commit e4dadb27 authored by vjrj's avatar vjrj
Browse files

Restore send tx icon

parent 9cee43d7
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ class TransactionListItem extends StatelessWidget { ...@@ -77,7 +77,7 @@ class TransactionListItem extends StatelessWidget {
iconColor = grey; iconColor = grey;
break; break;
case TransactionType.pending: case TransactionType.pending:
icon = Icons.schedule; icon = Icons.flight_takeoff;
iconColor = grey; iconColor = grey;
break; break;
case TransactionType.sending: case TransactionType.sending:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment