mirror of https://github.com/status-im/StatusQ.git
fix(StatusCheckbox): give checkbox label proper theme color
This commit is contained in:
parent
a93ef16143
commit
88fb57dd3b
|
@ -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