feat(ui): reduce bottom navbar height

This commit is contained in:
zarzet
2026-06-13 16:09:54 +07:00
parent 49869792cf
commit da85a2dcc2
+1
View File
@@ -592,6 +592,7 @@ class _MainShellState extends ConsumerState<MainShell>
onDestinationSelected: _onNavTap,
animationDuration: const Duration(milliseconds: 500),
elevation: 0,
height: 64,
backgroundColor: settingsGroupColor(
context,
).withValues(alpha: 0.72),