uiux: fix sticker message border color

This commit is contained in:
Pascal Precht 2021-04-14 17:32:35 +02:00 committed by Iuri Matias
parent dae0d60684
commit 6529efda4d
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ Item {
Rectangle {
id: stickerContainer
color: Style.current.transparent
border.color: root.isHovered ? Qt.darker(Style.current.darkGrey, 1.1) : Style.current.grey
border.color: root.isHovered ? Qt.darker(Style.current.border, 1.1) : Style.current.border
border.width: 1
radius: 16
width: stickerId.width + 2 * root.chatVerticalPadding