diff --git a/ui/app/AppLayouts/Profile/Sections/Ens/ENSPopup.qml b/ui/app/AppLayouts/Profile/Sections/Ens/ENSPopup.qml index 25e3bfc06a..6a4d26376f 100644 --- a/ui/app/AppLayouts/Profile/Sections/Ens/ENSPopup.qml +++ b/ui/app/AppLayouts/Profile/Sections/Ens/ENSPopup.qml @@ -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