diff --git a/lib/page/discover/discover_view.dart b/lib/page/discover/discover_view.dart index 0e42bca..96ff8d5 100644 --- a/lib/page/discover/discover_view.dart +++ b/lib/page/discover/discover_view.dart @@ -85,10 +85,9 @@ class DiscoverView extends GetView { onTapToSearch: controller.onTapToSearch, onTapToCategory: controller.homeController.openDrawer, ), - 30.verticalSpace, + 20.verticalSpace, Obx(() { - return SizedBox( - height: 500.w, + return Expanded( child: Swiper( loop: true, autoplay: true, @@ -108,11 +107,12 @@ class DiscoverView extends GetView { ), ); }), - 30.verticalSpace, + 20.verticalSpace, Image.asset( width: 24.w, Assets.imagesDiscoverUp, ), + SizedBox(height: MediaQuery.of(context).padding.bottom + 70.w) ], ), )