bottom navbar background color update

This commit is contained in:
Basit Ali
2023-09-12 00:00:13 +05:00
parent 6d0d417ce0
commit 9def607737

View File

@ -110,7 +110,7 @@ class _HomePageState extends ConsumerState<HomePage> {
bottomNavigationBar: SafeArea(
child: GNav(
rippleColor: Colors.redAccent,
backgroundColor: isDarkMode ? Colors.black : Colors.white70,
backgroundColor: isDarkMode ? Colors.black : Colors.grey.shade300,
haptic: true,
tabBorderRadius: 50,
tabActiveBorder: Border.all(