Fixed some colors

This commit is contained in:
Juan Gilsanz Polo 2024-09-11 19:05:07 +02:00
parent b223076dae
commit c0f7449a95
3 changed files with 8 additions and 2 deletions

View file

@ -44,7 +44,7 @@ class ThemeModeButton extends StatelessWidget {
? Theme.of(context).colorScheme.primary
: greyBackgroundColor
: disabled == null || disabled == false
? Theme.of(context).colorScheme.surfaceContainerHighest
? Theme.of(context).colorScheme.surfaceTint.withOpacity(0.1)
: greyBackgroundColor,
)
),