fix: update Text to StyledText
This commit is contained in:
parent
aa43d54acc
commit
6ffa4ef4fa
|
@ -62,7 +62,7 @@ ModalPopup {
|
|||
text: username
|
||||
checked: profileModel.ens.preferredUsername === username
|
||||
|
||||
contentItem: Text {
|
||||
contentItem: StyledText {
|
||||
color: Style.current.textColor
|
||||
text: radioDelegate.text
|
||||
rightPadding: radioDelegate.indicator.width + radioDelegate.spacing
|
||||
|
|
Loading…
Reference in New Issue