Fluent CheckBox: text should be using the normal text color

ChangeLog: Checkbox: fix text color in fluent style
Fixes #6239
This commit is contained in:
Olivier Goffart 2024-09-20 17:52:55 +02:00
parent b42840ee85
commit 9a1e3c40cc

View file

@ -12,7 +12,7 @@ export component CheckBox {
callback toggled;
private property <color> text-color: FluentPalette.text-secondary;
private property <color> text-color: FluentPalette.foreground;
min-height: max(32px, i-layout.min-height);
accessible-checkable: true;