summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-22 00:02:51 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-22 00:02:51 +0200
commit56e40fa2fad55c9b1da2ba4c87f66c319e2db1ee (patch)
treebc11d596e2fd1dc3e86361fd12dc5b4fba0d4f2e
parent29377be1a35180af41293acefae1f9fb49db9a65 (diff)
downloadkube-56e40fa2fad55c9b1da2ba4c87f66c319e2db1ee.tar.gz
kube-56e40fa2fad55c9b1da2ba4c87f66c319e2db1ee.zip
No more hardcoded colors
-rw-r--r--framework/qml/IconButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/IconButton.qml b/framework/qml/IconButton.qml
index 22972d7c..6c18ed0e 100644
--- a/framework/qml/IconButton.qml
+++ b/framework/qml/IconButton.qml
@@ -36,7 +36,7 @@ T.Button {
36 Keys.onReturnPressed: root.clicked() 36 Keys.onReturnPressed: root.clicked()
37 37
38 background: Rectangle { 38 background: Rectangle {
39 color: "#2980b9" //FIXME 39 color: Kube.Colors.focusedButtonColor
40 40
41 visible: root.hovered || root.activeFocus 41 visible: root.hovered || root.activeFocus
42 42