mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 10:17:47 +08:00
Update screens UI as per the latest Material 3 colors
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user