From be83e2ca185c31c4efcb685d1895f170f7f86426 Mon Sep 17 00:00:00 2001 From: AmirrezaChegini Date: Sat, 8 Nov 2025 20:56:59 +0330 Subject: [PATCH] fix: my background --- lib/core/widgets/background/my_background.dart | 3 +-- lib/features/home/presentation/pages/home_page.dart | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/core/widgets/background/my_background.dart b/lib/core/widgets/background/my_background.dart index aaa6ab8..7348e1b 100644 --- a/lib/core/widgets/background/my_background.dart +++ b/lib/core/widgets/background/my_background.dart @@ -1,5 +1,4 @@ import 'package:flutter/material.dart'; -import 'package:shia_game_flutter/common_ui/resources/my_spaces.dart'; import 'package:shia_game_flutter/common_ui/theme/my_theme.dart'; class MyBackground extends StatelessWidget { @@ -18,7 +17,7 @@ class MyBackground extends StatelessWidget { ), ), child: listChild ?? SingleChildScrollView( - padding: const EdgeInsets.symmetric(horizontal: MySpaces.s30), + padding: const EdgeInsets.all(30), child: child, ), ); diff --git a/lib/features/home/presentation/pages/home_page.dart b/lib/features/home/presentation/pages/home_page.dart index c16eadf..42aab98 100644 --- a/lib/features/home/presentation/pages/home_page.dart +++ b/lib/features/home/presentation/pages/home_page.dart @@ -21,7 +21,6 @@ class HomePage extends GetView { return MyBackground( child: Column( children: [ - 20.h.gapHeight, const MyImage(asset: MyAssets.shiaMindGroup), 40.h.gapHeight, const HomeMembership(),