From fd2b3931e5a3643debd2985b24586ec784fdbbdd Mon Sep 17 00:00:00 2001 From: Aayushmaan Date: Mon, 5 Aug 2024 00:19:26 +0530 Subject: [PATCH] patch: fixes bottom nav background color --- lib/presentation/bottom_navigator/bottom_navigator_screen.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/presentation/bottom_navigator/bottom_navigator_screen.dart b/lib/presentation/bottom_navigator/bottom_navigator_screen.dart index eec9ec32..8319850d 100644 --- a/lib/presentation/bottom_navigator/bottom_navigator_screen.dart +++ b/lib/presentation/bottom_navigator/bottom_navigator_screen.dart @@ -63,6 +63,7 @@ class BottomNavigatorScreen extends StatelessWidget { body: child, bottomNavigationBar: BottomNavigationBar( key: UniqueKey(), + backgroundColor: Colors.white, currentIndex: tabRouter.activeIndex, onTap: (index) { tabRouter.setActiveIndex(index);