From 67b01ec231981a77910ecdb6a1a6778fdb67125e Mon Sep 17 00:00:00 2001 From: Seshan Ravikumar Date: Wed, 16 Nov 2022 21:46:31 -0500 Subject: [PATCH] Make button darker, increase contrast on press --- look-and-feel/contents/logout/ActionButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/look-and-feel/contents/logout/ActionButton.qml b/look-and-feel/contents/logout/ActionButton.qml index 956c0c07..89901198 100644 --- a/look-and-feel/contents/logout/ActionButton.qml +++ b/look-and-feel/contents/logout/ActionButton.qml @@ -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