From ff942465be224f5969764904d98f585edf3f7735 Mon Sep 17 00:00:00 2001 From: Fatimah Alshammari Date: Thu, 6 Jan 2022 12:10:17 +0300 Subject: [PATCH] fix categories design --- lib/pages/parent_categorise_page.dart | 2 +- lib/pages/sub_categorise_page.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/parent_categorise_page.dart b/lib/pages/parent_categorise_page.dart index 87b3e53a..326f685f 100644 --- a/lib/pages/parent_categorise_page.dart +++ b/lib/pages/parent_categorise_page.dart @@ -279,7 +279,7 @@ class _ParentCategorisePageState extends State { controller: scrollController, child: Container( color: Colors.white, - height: MediaQuery.of(context).size.height * 1.95, + height: MediaQuery.of(context).size.height * 1.0, child: Column( children: [ Padding( diff --git a/lib/pages/sub_categorise_page.dart b/lib/pages/sub_categorise_page.dart index 94afac3b..0e344f92 100644 --- a/lib/pages/sub_categorise_page.dart +++ b/lib/pages/sub_categorise_page.dart @@ -362,7 +362,7 @@ class _SubCategorisePageState extends State { height: MediaQuery.of(context) .size .height * - 1.95, + 1.0, child: Column( children: [ Padding(