Remove padding from botton Nav Bar
This commit is contained in:
parent
89f6a96d91
commit
45d563310e
1 changed files with 2 additions and 1 deletions
|
|
@ -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(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue