mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-16 15:02:53 +00:00
Fixed some colors
This commit is contained in:
parent
b223076dae
commit
c0f7449a95
3 changed files with 8 additions and 2 deletions
|
@ -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,
|
||||
)
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue