Theme Mode-System Default, Minor Changes & Logout Button #1

This commit is contained in:
2025-09-04 13:43:52 +05:30
parent a1ea60841e
commit 45dbf8464a
12 changed files with 66 additions and 63 deletions

View File

@@ -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;