From a28987148241c79cf78c0733ff4cafb183db3830 Mon Sep 17 00:00:00 2001 From: staked-smart-ace Date: Tue, 19 Jan 2021 19:02:47 +0400 Subject: [PATCH] Updated font color name Fixes #1616 --- ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml b/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml index f8cec35642..b61558df0e 100644 --- a/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml +++ b/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml @@ -223,11 +223,11 @@ ModalPopup { anchors.verticalCenter: parent.verticalCenter font.pixelSize: 13 StyledText { - visible: model.userName === (profileModel.profile.preferredUsername || profileModel.profile.username) + visible: model.pubKey === profileModel.profile.pubKey anchors.left: parent.right anchors.leftMargin: 5 - text: "(You)" - color: Style.current.darkGrey + text: qsTr("(You)") + color: Style.current.secondaryText font.pixelSize: parent.font.pixelSize } MouseArea { @@ -248,7 +248,7 @@ ModalPopup { anchors.right: parent.right anchors.verticalCenter: parent.verticalCenter font.pixelSize: 13 - color: Style.current.darkGrey + color: Style.current.secondaryText } StyledText { @@ -260,7 +260,7 @@ ModalPopup { anchors.verticalCenter: parent.verticalCenter font.pixelSize: 20 font.bold: true - color: Style.current.darkGrey + color: Style.current.secondaryText MouseArea { anchors.fill: parent onClicked: {