diff options
Diffstat (limited to 'framework/qml/IconButton.qml')
-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 | ||