Set Checkbox color to fit design

This commit is contained in:
2023-06-07 11:44:19 +02:00
parent a922e0f8ae
commit 16fde3abe0
2 changed files with 7 additions and 2 deletions

View File

@ -40,6 +40,8 @@ class DarkAppTheme {
backgroundColor: MaterialStateProperty.all(Colors.white),
)
),
checkboxTheme: CheckboxThemeData(
fillColor: MaterialStateProperty.all(marianumRed),
),
);
}