mirror of
https://github.com/dstark5/Openlib.git
synced 2025-08-14 01:02:30 +08:00
bottom navbar background color update
This commit is contained in:
@ -110,7 +110,7 @@ class _HomePageState extends ConsumerState<HomePage> {
|
|||||||
bottomNavigationBar: SafeArea(
|
bottomNavigationBar: SafeArea(
|
||||||
child: GNav(
|
child: GNav(
|
||||||
rippleColor: Colors.redAccent,
|
rippleColor: Colors.redAccent,
|
||||||
backgroundColor: isDarkMode ? Colors.black : Colors.white70,
|
backgroundColor: isDarkMode ? Colors.black : Colors.grey.shade300,
|
||||||
haptic: true,
|
haptic: true,
|
||||||
tabBorderRadius: 50,
|
tabBorderRadius: 50,
|
||||||
tabActiveBorder: Border.all(
|
tabActiveBorder: Border.all(
|
||||||
|
Reference in New Issue
Block a user