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

@ -134,7 +134,7 @@ PopupWindow {
Rectangle {
anchors.fill: parent
color: mouseArea.containsMouse ? Color.mTertiary : Color.transparent
color: mouseArea.containsMouse ? Color.mSecondary : Color.transparent
radius: Style.radiusS * scaling
visible: !(modelData?.isSeparator ?? false)