1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 23:42:51 -05:00

launcher: use primaryPressed for hover

This commit is contained in:
bbedward
2025-12-23 21:36:59 -05:00
parent 1d4d145187
commit d7ac0d50fa
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ Rectangle {
width: listView.width
height: itemHeight
radius: Theme.cornerRadius
color: isCurrentItem ? Theme.widgetBaseHoverColor : mouseArea.containsMouse ? Theme.widgetBaseHoverColor : "transparent"
color: isCurrentItem ? Theme.primaryPressed : mouseArea.containsMouse ? Theme.primaryPressed : "transparent"
Row {
anchors.fill: parent