1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-23 00:45:29 +02:00

materialradiobutton: fix in white theme

Change-Id: I40bf43240408f136557835e0dc536c6b4a894c17
This commit is contained in:
Sébastien Blin 2023-02-28 14:46:17 -05:00
parent ba867b0636
commit 05c52e89fa

View file

@ -66,7 +66,7 @@ RadioButton {
contentItem: Text {
text: root.text
color: "white"
color: root.color
leftPadding: root.indicator.width + root.spacing
verticalAlignment: Text.AlignVCenter
}