fix(StatusCheckbox): give checkbox label proper theme color
This commit is contained in:
parent
ff549d2822
commit
1b5d407e93
|
@ -36,6 +36,7 @@ CheckBox {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
wrapMode: Text.WordWrap
|
||||
width: parent.width
|
||||
color: Theme.palette.directColor1
|
||||
leftPadding: !!statusCheckBox.text ? statusCheckBox.indicator.width + statusCheckBox.spacing
|
||||
: statusCheckBox.indicator.width
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue