From f946129915e2ae80155b945d8c9f54fe0196a1c1 Mon Sep 17 00:00:00 2001 From: "mr.mojtaba" Date: Wed, 27 Aug 2025 16:56:01 +0330 Subject: [PATCH] feat : news widget --- lib/presentation/pages/modules/view.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/presentation/pages/modules/view.dart b/lib/presentation/pages/modules/view.dart index 34fa394..8dda9d2 100644 --- a/lib/presentation/pages/modules/view.dart +++ b/lib/presentation/pages/modules/view.dart @@ -54,7 +54,7 @@ class ModulesPage extends GetView { itemCount: controller.moduleList.length, ), ), - SizedBox(height: 24.h), + Container( height: 107.h, margin: EdgeInsets.symmetric(horizontal: 16.w), @@ -122,9 +122,9 @@ class ModulesPage extends GetView { ), ), - SizedBox(height: 24.h), + SizedBox(height: 12.h), SliderWidget(height: 160, widgetTag: "down"), - SizedBox(height: 24.h), + SizedBox(height: 20.h), ], ), ),