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: () {