Browse Source

Merge pull request 'fix: award padding' (#8) from fix/awards into develop

Reviewed-on: #8
pull/9/head
amirreza.chegini 3 weeks ago
parent
commit
d81deb3d4f
  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