Merge pull request #568 from ente-io/increase-width-of-navbar

Increased spacing between navbar icons
This commit is contained in:
Ashil 2022-10-15 12:16:38 +05:30 committed by GitHub
commit 30d5c39fcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -681,7 +681,7 @@ class _HomeBottomNavigationBarState extends State<HomeBottomNavigationBar> {
haptic: false,
tabs: [
GButton(
margin: const EdgeInsets.fromLTRB(12, 8, 6, 8),
margin: const EdgeInsets.fromLTRB(12, 8, 8, 8),
icon: Icons.home,
iconColor:
Theme.of(context).colorScheme.gNavIconColor,
@ -696,7 +696,7 @@ class _HomeBottomNavigationBarState extends State<HomeBottomNavigationBar> {
},
),
GButton(
margin: const EdgeInsets.fromLTRB(6, 8, 6, 8),
margin: const EdgeInsets.fromLTRB(8, 8, 8, 8),
icon: Icons.photo_library,
iconColor:
Theme.of(context).colorScheme.gNavIconColor,
@ -711,7 +711,7 @@ class _HomeBottomNavigationBarState extends State<HomeBottomNavigationBar> {
},
),
GButton(
margin: const EdgeInsets.fromLTRB(6, 8, 12, 8),
margin: const EdgeInsets.fromLTRB(8, 8, 12, 8),
icon: Icons.folder_shared,
iconColor:
Theme.of(context).colorScheme.gNavIconColor,