Theme Mode-System Default, Minor Changes & Logout Button #1
This commit is contained in:
@@ -345,7 +345,7 @@ class _NavigationScaffoldState extends State<NavigationScaffold> {
|
||||
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
|
||||
selectedItemColor: Theme.of(context).colorScheme.primary,
|
||||
unselectedItemColor:
|
||||
Theme.of(context).colorScheme.onSurface.withValues(alpha: 0.7),
|
||||
Theme.of(context).colorScheme.onSurface.withOpacity(0.7),
|
||||
onTap: (index) {
|
||||
setState(() {
|
||||
_selectedIndex = index;
|
||||
|
Reference in New Issue
Block a user