summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-11-03 14:45:00 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-11-03 14:45:00 +0100
commit56a4e972962fcba064c624ae7f7f47c95f0bec8b (patch)
tree3570b67223478fd23bfcd9659dc86d566b214d2d /resources
parent0ae29d8bfcd49a16fa6315bf95cd112f6a126974 (diff)
Make the higlight ring a bit less in your face
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/TimelineRow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineRow.qml b/resources/qml/TimelineRow.qml
index 01e58cdf..66128846 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 {