invert color of checkmark in darkmode
This commit is contained in:
parent
84643a9456
commit
5dc0c5be5e
1 changed files with 3 additions and 0 deletions
|
|
@ -217,6 +217,9 @@ class MyTheme {
|
|||
style: ButtonStyle(splashFactory: NoSplash.splashFactory),
|
||||
)
|
||||
: null,
|
||||
checkboxTheme: const CheckboxThemeData(
|
||||
checkColor: MaterialStatePropertyAll(dark)
|
||||
),
|
||||
).copyWith(
|
||||
extensions: <ThemeExtension<dynamic>>[
|
||||
ColorThemeExtension.dark,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue