Compare commits

...

1 Commits

Author SHA1 Message Date
Fatimah Alshammari ff942465be fix categories design 4 years ago

@ -279,7 +279,7 @@ class _ParentCategorisePageState extends State<ParentCategorisePage> {
controller: scrollController, controller: scrollController,
child: Container( child: Container(
color: Colors.white, color: Colors.white,
height: MediaQuery.of(context).size.height * 1.95, height: MediaQuery.of(context).size.height * 1.0,
child: Column( child: Column(
children: [ children: [
Padding( Padding(

@ -362,7 +362,7 @@ class _SubCategorisePageState extends State<SubCategorisePage> {
height: MediaQuery.of(context) height: MediaQuery.of(context)
.size .size
.height * .height *
1.95, 1.0,
child: Column( child: Column(
children: [ children: [
Padding( Padding(

Loading…
Cancel
Save