mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 21:02:06 -04:00
themes: consistent usage of primaryPressed
This commit is contained in:
@@ -37,7 +37,7 @@ Rectangle {
|
||||
|
||||
readonly property color _tileBg: Theme.withAlpha(Theme.surfaceContainerHigh, Theme.popupTransparency)
|
||||
|
||||
color: mouseArea.containsMouse ? Theme.widgetBaseHoverColor : _tileBg
|
||||
color: mouseArea.containsMouse ? Theme.primaryPressed : _tileBg
|
||||
border.color: "transparent"
|
||||
border.width: 0
|
||||
antialiasing: true
|
||||
|
||||
Reference in New Issue
Block a user