Browse Source

fix: award padding

pull/8/head
AmirrezaChegini 3 weeks ago
parent
commit
d0ca84ac3f
  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(
images: controller.castAwards,
),
MySpaces.s30.gapHeight,
],
),
);

Loading…
Cancel
Save