diff --git a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/CompactMessage.qml b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/CompactMessage.qml index 425b7b05aa..a5af8dff80 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/CompactMessage.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/CompactMessage.qml @@ -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