mirror of
https://github.com/dstark5/Openlib.git
synced 2025-05-20 07:56:25 +08:00
bottom navbar background color update
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user