fix: award padding #8

Merged
amirreza.chegini merged 1 commits from fix/awards into develop 3 weeks ago
  1. 1
      lib/features/awards/presentation/ui/awards_page.dart

1
lib/features/awards/presentation/ui/awards_page.dart

@ -26,6 +26,7 @@ class AwardsPage extends GetView<AwardsController> {
AwardWidget( AwardWidget(
images: controller.castAwards, images: controller.castAwards,
), ),
MySpaces.s30.gapHeight,
], ],
), ),
); );

Loading…
Cancel
Save