From 03e3fdd740eb4addb61bf449dc04e4f0d21d4c61 Mon Sep 17 00:00:00 2001 From: steven-kamanga Date: Fri, 24 Nov 2023 22:04:00 +0200 Subject: [PATCH] changed padding --- app/lib/presentation/widgets/card.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/presentation/widgets/card.dart b/app/lib/presentation/widgets/card.dart index eba01a6..bda953d 100644 --- a/app/lib/presentation/widgets/card.dart +++ b/app/lib/presentation/widgets/card.dart @@ -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(