mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Make the higlight ring a bit less in your face
This commit is contained in:
parent
0ae29d8bfc
commit
56a4e97296
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ AbstractButton {
|
||||||
property color bgColor: Nheko.colors.base
|
property color bgColor: Nheko.colors.base
|
||||||
color: (Settings.bubbles && !isStateEvent) ? Qt.tint(bgColor, Qt.hsla(userColor.hslHue, 0.5, userColor.hslLightness, 0.2)) : "#00000000"
|
color: (Settings.bubbles && !isStateEvent) ? Qt.tint(bgColor, Qt.hsla(userColor.hslHue, 0.5, userColor.hslLightness, 0.2)) : "#00000000"
|
||||||
radius: 4
|
radius: 4
|
||||||
border.width: r.notificationlevel == MtxEvent.Highlight ? 2 : 0
|
border.width: r.notificationlevel == MtxEvent.Highlight ? 1 : 0
|
||||||
border.color: Nheko.theme.red
|
border.color: Nheko.theme.red
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
|
|
Loading…
Reference in a new issue