From aea3de58f09f10b2ad92e3adfb94108c94493071 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Thu, 1 Feb 2024 11:19:39 +0330 Subject: [PATCH] Fix intro page margin --- lib/features/intro/widget/intro_page.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/features/intro/widget/intro_page.dart b/lib/features/intro/widget/intro_page.dart index 4880b3b3..c458b3fe 100644 --- a/lib/features/intro/widget/intro_page.dart +++ b/lib/features/intro/widget/intro_page.dart @@ -21,9 +21,9 @@ class IntroPage extends HookConsumerWidget with PresLogger { final isStarting = useState(false); - return SafeArea( - child: Scaffold( - body: CustomScrollView( + return Scaffold( + body: SafeArea( + child: CustomScrollView( shrinkWrap: true, slivers: [ SliverToBoxAdapter(