Use strong background for Secondary checkbox accent

This commit is contained in:
Héctor Ramón Jiménez 2024-02-01 13:13:21 +01:00
parent 8a0632d5ba
commit d0e94419b5
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -319,7 +319,7 @@ impl checkbox::StyleSheet for Theme {
Checkbox::Secondary => checkbox_appearance(
palette.background.base.text,
palette.background.base,
palette.background.weak,
palette.background.strong,
is_checked,
),
Checkbox::Success => checkbox_appearance(
@ -355,7 +355,7 @@ impl checkbox::StyleSheet for Theme {
Checkbox::Secondary => checkbox_appearance(
palette.background.base.text,
palette.background.weak,
palette.background.weak,
palette.background.strong,
is_checked,
),
Checkbox::Success => checkbox_appearance(