summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/PositiveButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml
index 2f71131b..db876038 100644
--- a/framework/qml/PositiveButton.qml
+++ b/framework/qml/PositiveButton.qml
@@ -29,6 +29,6 @@ AbstractButton {
29 anchors.fill: parent 29 anchors.fill: parent
30 color: "transparent" 30 color: "transparent"
31 border.width: 1 31 border.width: 1
32 border.color: Kube.Colors.buttonColor 32 border.color: Colors.buttonColor
33 } 33 }
34} 34}