diff --git a/src/app/commoncomponents/MaterialRadioButton.qml b/src/app/commoncomponents/MaterialRadioButton.qml index 42c0635d..e9a41ccd 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 }