diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml index 01e58cdfd989e8cb8d885d5a9c8ea0a0da95f9ed..661288465d76d4f607d6967a8d08e551af10ad09 100644 --- a/resources/qml/TimelineRow.qml +++ b/resources/qml/TimelineRow.qml @@ -118,7 +118,7 @@ AbstractButton { property color bgColor: Nheko.colors.base color: (Settings.bubbles && !isStateEvent) ? Qt.tint(bgColor, Qt.hsla(userColor.hslHue, 0.5, userColor.hslLightness, 0.2)) : "#00000000" radius: 4 - border.width: r.notificationlevel == MtxEvent.Highlight ? 2 : 0 + border.width: r.notificationlevel == MtxEvent.Highlight ? 1 : 0 border.color: Nheko.theme.red GridLayout {