fix(StatusTagSelector): corrected font size in to label

Needed for https://github.com/status-im/status-desktop/issues/6349
This commit is contained in:
Alexandra Betouni 2022-07-12 11:17:26 +03:00 committed by Michał Cieślak
parent 1138a1eb1f
commit 052b37a348

View File

@ -247,6 +247,7 @@ Item {
StatusBaseText { StatusBaseText {
Layout.preferredWidth: 22 Layout.preferredWidth: 22
Layout.alignment: Qt.AlignVCenter Layout.alignment: Qt.AlignVCenter
font.pixelSize: 15
color: Theme.palette.baseColor1 color: Theme.palette.baseColor1
text: root.toLabelText text: root.toLabelText
visible: (parent.width>22) visible: (parent.width>22)