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:
parent
ba867b0636
commit
05c52e89fa
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ RadioButton {
|
|||
|
||||
contentItem: Text {
|
||||
text: root.text
|
||||
color: "white"
|
||||
color: root.color
|
||||
leftPadding: root.indicator.width + root.spacing
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue