From 05c52e89fa5a95bd76938259628dcaf30f191a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Tue, 28 Feb 2023 14:46:17 -0500 Subject: [PATCH] materialradiobutton: fix in white theme Change-Id: I40bf43240408f136557835e0dc536c6b4a894c17 --- src/app/commoncomponents/MaterialRadioButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }