Skip to content

Commit

Permalink
#109 added margin below send button 16+20
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmeta committed Jan 6, 2022
1 parent b811368 commit 38f1035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raven_front/lib/pages/transaction/send.dart
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ class _SendState extends State<Send> {
),
SizedBox(height: 44),
Center(child: sendTransactionButton()),
SizedBox(height: 20),
],
),
],
Expand Down

0 comments on commit 38f1035

Please sign in to comment.