mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 05:21:58 +00:00
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
|
verticalAlignment: Text.AlignVCenter
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
color: Theme.palette.directColor1
|
||||||
leftPadding: !!statusCheckBox.text ? statusCheckBox.indicator.width + statusCheckBox.spacing
|
leftPadding: !!statusCheckBox.text ? statusCheckBox.indicator.width + statusCheckBox.spacing
|
||||||
: statusCheckBox.indicator.width
|
: statusCheckBox.indicator.width
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user