uiux: fix sticker message border color
This commit is contained in:
parent
dae0d60684
commit
6529efda4d
|
@ -151,7 +151,7 @@ Item {
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: stickerContainer
|
id: stickerContainer
|
||||||
color: Style.current.transparent
|
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
|
border.width: 1
|
||||||
radius: 16
|
radius: 16
|
||||||
width: stickerId.width + 2 * root.chatVerticalPadding
|
width: stickerId.width + 2 * root.chatVerticalPadding
|
||||||
|
|
Loading…
Reference in New Issue