mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +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
|
height: iconSize * 2.2
|
||||||
radius: PlasmaCore.Units.smallSpacing
|
radius: PlasmaCore.Units.smallSpacing
|
||||||
color: PlasmaCore.ColorScope.backgroundColor
|
color: PlasmaCore.ColorScope.backgroundColor
|
||||||
opacity: mouseArea.containsPress ? 0.8 : 0.3
|
opacity: mouseArea.containsPress ? 1 : 0.6
|
||||||
border {
|
border {
|
||||||
color: Qt.rgba(255, 255, 255, 0.8)
|
color: Qt.rgba(255, 255, 255, 0.8)
|
||||||
width: 1
|
width: 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue