mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Make button darker, increase contrast on press
This commit is contained in:
parent
f882058800
commit
67b01ec231
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ Item {
|
|||
height: iconSize * 2.2
|
||||
radius: PlasmaCore.Units.smallSpacing
|
||||
color: PlasmaCore.ColorScope.backgroundColor
|
||||
opacity: mouseArea.containsPress ? 0.8 : 0.3
|
||||
opacity: mouseArea.containsPress ? 1 : 0.6
|
||||
border {
|
||||
color: Qt.rgba(255, 255, 255, 0.8)
|
||||
width: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue