fix(StatusRadioButton): ensure control label as correct color

Closes #51
This commit is contained in:
Pascal Precht 2021-05-20 12:35:09 +02:00 committed by Pascal Precht
parent 136cd55560
commit 1cb0c1d389
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ RadioButton {
}
contentItem: StatusBaseText {
text: statusRadioButton.text
color: Theme.palette.directColor1
verticalAlignment: Text.AlignVCenter
leftPadding: !!statusRadioButton.text ? statusRadioButton.indicator.width + statusRadioButton.spacing
: statusRadioButton.indicator.width