fix(@desktop/community): community tags close button adjust

Fixes #7294
This commit is contained in:
PavelS 2022-09-21 16:36:20 +03:00 committed by PavelS
parent b0a0b1d4e4
commit f884c91e97
1 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ Rectangle {
id: closeButton
objectName: "headerClosebutton"
anchors.right: parent.right
anchors.rightMargin: 20
anchors.rightMargin: 16
anchors.top: parent.top
anchors.topMargin: 16
width: 32
@ -94,8 +94,8 @@ Rectangle {
type: StatusFlatRoundButton.Type.Secondary
icon.name: "close"
icon.color: Theme.palette.directColor1
icon.width: 20
icon.height: 20
icon.width: 24
icon.height: 24
visible: statusModalHeader.hasCloseButton
onClicked: statusModalHeader.close()