fix: group info font

Fixes #2380
This commit is contained in:
Richard Ramos 2021-05-03 13:01:20 -04:00 committed by Iuri Matias
parent 9ea56a3ae7
commit f5dacb40b1
1 changed files with 3 additions and 2 deletions

View File

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