From 0f374c4937ddb51cdcaeae8c2d7ff1eabb7b2851 Mon Sep 17 00:00:00 2001 From: sina Date: Sun, 12 Apr 2026 17:39:48 +0330 Subject: [PATCH] fix: restrict button sizes --- lib/features/home/presentation/ui/home_page.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/features/home/presentation/ui/home_page.dart b/lib/features/home/presentation/ui/home_page.dart index a054073..90513a9 100644 --- a/lib/features/home/presentation/ui/home_page.dart +++ b/lib/features/home/presentation/ui/home_page.dart @@ -163,6 +163,7 @@ class _HomePageState extends State { children: [ SizedBox( width: 0.48.w, + height: 100, child: MyYellowButton( onTap: () { context.read().goToLevelPage(context); @@ -173,6 +174,7 @@ class _HomePageState extends State { const SizedBox(width: 20), SizedBox( width: 0.38.w, + height: 100, child: MyWhiteButton( title: 'تبرع', onTap: () {