Skip to content

Commit

Permalink
changed padding
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-kamanga committed Nov 24, 2023
1 parent 9215575 commit 03e3fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/presentation/widgets/card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class AccountCard extends StatelessWidget {
right: 0,
child: Padding(
padding: const EdgeInsets.only(
top: 10.0,
top: 20.0,
right: 15.0,
),
child: SizedBox(
Expand Down

0 comments on commit 03e3fdd

Please sign in to comment.