Skip to content

Commit 720d7d1

Browse files
committed
change margin in home
1 parent 92bc57c commit 720d7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/features/home/presentation/home_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class _HomeScreenState extends ConsumerState<HomeScreen> {
310310
),
311311
),
312312
SizedBox(
313-
height: 32.h,
313+
height: 2.h,
314314
),
315315
Padding(
316316
padding: EdgeInsets.symmetric(horizontal: 18.w),

0 commit comments

Comments
 (0)