mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
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:
parent
b42840ee85
commit
9a1e3c40cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue