mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Fix checkbox theme
This commit is contained in:
parent
64e13bdee5
commit
71652c7e9a
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ ThemeData _applyColorScheme(ColorScheme colorScheme) {
|
|||
if (states.contains(MaterialState.selected)) {
|
||||
return colorScheme.secondary;
|
||||
} else {
|
||||
return Colors.transparent;
|
||||
return colorScheme.onSurfaceVariant;
|
||||
}
|
||||
}
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue