From da85a2dcc2c1308e59ea7840256c842047c7c291 Mon Sep 17 00:00:00 2001 From: zarzet Date: Sat, 13 Jun 2026 16:09:54 +0700 Subject: [PATCH] feat(ui): reduce bottom navbar height --- lib/screens/main_shell.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/main_shell.dart b/lib/screens/main_shell.dart index 62f4b857..91941871 100644 --- a/lib/screens/main_shell.dart +++ b/lib/screens/main_shell.dart @@ -592,6 +592,7 @@ class _MainShellState extends ConsumerState onDestinationSelected: _onNavTap, animationDuration: const Duration(milliseconds: 500), elevation: 0, + height: 64, backgroundColor: settingsGroupColor( context, ).withValues(alpha: 0.72),