summaryrefslogtreecommitdiffstats
path: root/framework/qml/PositiveButton.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-26 13:04:22 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-26 13:04:22 -0600
commitd3b07cd2025b0ee1ba76b8e92492f035ff447f33 (patch)
treea4b42cb95b3829b7631b5e6a557c64d9175b5672 /framework/qml/PositiveButton.qml
parent1d8bc8edef997544243d66d9761ccfb7a51a8d74 (diff)
downloadkube-d3b07cd2025b0ee1ba76b8e92492f035ff447f33.tar.gz
kube-d3b07cd2025b0ee1ba76b8e92492f035ff447f33.zip
Bring back the highlight on buttons
Diffstat (limited to 'framework/qml/PositiveButton.qml')
-rw-r--r--framework/qml/PositiveButton.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml
index 32bd7508..f158ad10 100644
--- a/framework/qml/PositiveButton.qml
+++ b/framework/qml/PositiveButton.qml
@@ -21,4 +21,6 @@ import org.kube.framework 1.0
21AbstractButton { 21AbstractButton {
22 color: Colors.positiveColor 22 color: Colors.positiveColor
23 textColor: Colors.highlightedTextColor 23 textColor: Colors.highlightedTextColor
24 highlightColor: Colors.viewBackgroundColor
25 highlightOpacity: 0.2
24} 26}