Update screens UI as per the latest Material 3 colors

This commit is contained in:
Ashita Prasad
2025-03-01 19:45:20 +05:30
parent 146d2abd1a
commit b4827dc2c5
8 changed files with 12 additions and 24 deletions

View File

@@ -74,10 +74,7 @@ class NavbarButton extends ConsumerWidget {
? Theme.of(context)
.colorScheme
.onSecondaryContainer
: Theme.of(context)
.colorScheme
.onSurface
.withOpacity(0.65),
: Theme.of(context).colorScheme.onSurfaceVariant,
),
)
: const SizedBox.shrink(),