Skip to content
Snippets Groups Projects
Verified Commit 56a4e972 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Make the higlight ring a bit less in your face

parent 0ae29d8b
No related branches found
No related tags found
No related merge requests found
Pipeline #3908 passed
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment