Skip to content

Commit 1a7b1de

Browse files
committed
fix: Naviagation bar surface color
1 parent b2e5015 commit 1a7b1de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lam7a/lib/features/navigation/ui/view/navigation_home_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ class _NavigationHomeScreenState extends State<NavigationHomeScreen> {
295295
_isAppBarVisible = true;
296296
});
297297
},
298+
backgroundColor: Theme.of(context).colorScheme.surface,
298299
items: [
299300
BottomNavigationBarItem(
300301
icon: SvgPicture.asset(

0 commit comments

Comments
 (0)