diff --git a/src/app/commoncomponents/MaterialRadioButton.qml b/src/app/commoncomponents/MaterialRadioButton.qml index 42c0635d72e830ffd44d640c7dcc79e585b0c2da..e9a41ccd2ca6847dc341754b4771164e73391483 100644 --- a/src/app/commoncomponents/MaterialRadioButton.qml +++ b/src/app/commoncomponents/MaterialRadioButton.qml @@ -66,7 +66,7 @@ RadioButton { contentItem: Text { text: root.text - color: "white" + color: root.color leftPadding: root.indicator.width + root.spacing verticalAlignment: Text.AlignVCenter }