Set Checkbox color to fit design
This commit is contained in:
parent
a922e0f8ae
commit
16fde3abe0
@ -40,6 +40,8 @@ class DarkAppTheme {
|
|||||||
backgroundColor: MaterialStateProperty.all(Colors.white),
|
backgroundColor: MaterialStateProperty.all(Colors.white),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
checkboxTheme: CheckboxThemeData(
|
||||||
|
fillColor: MaterialStateProperty.all(marianumRed),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
@ -34,6 +34,9 @@ class LightAppTheme {
|
|||||||
progressIndicatorTheme: const ProgressIndicatorThemeData(
|
progressIndicatorTheme: const ProgressIndicatorThemeData(
|
||||||
color: marianumRed,
|
color: marianumRed,
|
||||||
),
|
),
|
||||||
|
checkboxTheme: CheckboxThemeData(
|
||||||
|
fillColor: MaterialStateProperty.all(marianumRed),
|
||||||
|
// visualDensity: const VisualDensity(horizontal: VisualDensity.maximumDensity),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user