Colors: switched all hovers and focus ring to a more vibrant mSecondary (instead of tertiary)

This commit is contained in:
LemmyCook 2025-08-22 09:11:04 -04:00
parent 7a826bf93f
commit 168500a0b3
12 changed files with 15 additions and 14 deletions

View file

@ -111,7 +111,7 @@ NPanel {
width: notificationList ? notificationList.width : 380 * scaling
height: Math.max(80, notificationContent.height + 30)
radius: Style.radiusM * scaling
color: notificationMouseArea.containsMouse ? Color.mTertiary : Color.mSurfaceVariant
color: notificationMouseArea.containsMouse ? Color.mSecondary : Color.mSurfaceVariant
RowLayout {
anchors {