Merge pull request #3256 from grummbeer/invert-checkmark-color-in-darkmode

Readability. Invert color of checkmark for darkmode
This commit is contained in:
RustDesk 2023-02-17 22:57:48 +08:00 committed by GitHub
commit cbf0c4863b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,6 +217,9 @@ class MyTheme {
style: ButtonStyle(splashFactory: NoSplash.splashFactory),
)
: null,
checkboxTheme: const CheckboxThemeData(
checkColor: MaterialStatePropertyAll(dark)
),
).copyWith(
extensions: <ThemeExtension<dynamic>>[
ColorThemeExtension.dark,