From f5dacb40b1af0be21f7099c0e3ee3d4960689e8d Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 3 May 2021 13:01:20 -0400 Subject: [PATCH] fix: group info font Fixes #2380 --- ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml b/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml index 804b6b486..06dba84c6 100644 --- a/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml +++ b/ui/app/AppLayouts/Chat/components/GroupInfoPopup.qml @@ -229,9 +229,10 @@ ModalPopup { text: !model.userName.endsWith(".eth") && !!contactRow.nickname ? contactRow.nickname : Utils.removeStatusEns(model.userName) anchors.left: identicon.right - anchors.leftMargin: Style.current.smallPadding + anchors.leftMargin: Style.current.padding anchors.verticalCenter: parent.verticalCenter - font.pixelSize: 13 + font.pixelSize: 17 + StyledText { visible: model.pubKey === profileModel.profile.pubKey anchors.left: parent.right