Make the higlight ring a bit less in your face
This commit is contained in:
parent
0ae29d8bfc
commit
56a4e97296
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user