mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 10:32:53 +00:00
uiux: fix sticker message border color
This commit is contained in:
parent
dae0d60684
commit
6529efda4d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user