From d0ca84ac3fdd0981019837f2716155fb2cd929d4 Mon Sep 17 00:00:00 2001 From: AmirrezaChegini Date: Sat, 25 Oct 2025 09:41:45 +0330 Subject: [PATCH] fix: award padding --- lib/features/awards/presentation/ui/awards_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/features/awards/presentation/ui/awards_page.dart b/lib/features/awards/presentation/ui/awards_page.dart index cda3c81..e8d7f7b 100644 --- a/lib/features/awards/presentation/ui/awards_page.dart +++ b/lib/features/awards/presentation/ui/awards_page.dart @@ -26,6 +26,7 @@ class AwardsPage extends GetView { AwardWidget( images: controller.castAwards, ), + MySpaces.s30.gapHeight, ], ), ); -- 2.30.2