Skip to content

Commit

Permalink
patch: fixes bottom nav background color
Browse files Browse the repository at this point in the history
  • Loading branch information
am-casper committed Aug 4, 2024
1 parent 2e54c54 commit fd2b393
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fd2b393

Please sign in to comment.