fix: update Text to StyledText

This commit is contained in:
hydr063n 2020-09-29 13:36:31 +02:00 committed by Iuri Matias
parent aa43d54acc
commit 6ffa4ef4fa
1 changed files with 1 additions and 1 deletions

View File

@ -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