diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-22 00:02:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-22 00:02:51 +0200 |
commit | 56e40fa2fad55c9b1da2ba4c87f66c319e2db1ee (patch) | |
tree | bc11d596e2fd1dc3e86361fd12dc5b4fba0d4f2e | |
parent | 29377be1a35180af41293acefae1f9fb49db9a65 (diff) | |
download | kube-56e40fa2fad55c9b1da2ba4c87f66c319e2db1ee.tar.gz kube-56e40fa2fad55c9b1da2ba4c87f66c319e2db1ee.zip |
No more hardcoded colors
-rw-r--r-- | framework/qml/IconButton.qml | 2 |
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 | ||