Remove padding from botton Nav Bar
This commit is contained in:
@@ -631,7 +631,8 @@ class _MIHHomeState extends State<MIHHome> {
|
|||||||
return Visibility(
|
return Visibility(
|
||||||
visible: isBusinessUser(widget.signedInUser),
|
visible: isBusinessUser(widget.signedInUser),
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.all(15.0),
|
padding: const EdgeInsets.only(
|
||||||
|
left: 10.0, right: 10.0, bottom: 10.0, top: 0),
|
||||||
child: GNav(
|
child: GNav(
|
||||||
//hoverColor: Colors.lightBlueAccent,
|
//hoverColor: Colors.lightBlueAccent,
|
||||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
|
|||||||
Reference in New Issue
Block a user