From b68a8d2360d10adf9d42c73a5255ac4c03f71155 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 6 Apr 2017 13:37:55 +0200 Subject: fix typo --- framework/qml/Colors.qml | 2 +- framework/qml/PositiveButton.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/qml/Colors.qml b/framework/qml/Colors.qml index 9d1737d1..5e1f1689 100644 --- a/framework/qml/Colors.qml +++ b/framework/qml/Colors.qml @@ -29,7 +29,7 @@ Item { property string highlightedTextColor: "#fcfcfc" - property string positveColor: "#27ae60" + property string positiveColor: "#27ae60" property string warningColor: "#f67400" property string negativeColor: "#ed1515" } diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml index f526968b..8265a71a 100644 --- a/framework/qml/PositiveButton.qml +++ b/framework/qml/PositiveButton.qml @@ -34,7 +34,7 @@ T.Button { hoverEnabled: true background: Rectangle { - color: root.pressed ? Colors.highlightColor : Colors.positveColor + color: root.pressed ? Colors.highlightColor : Colors.positiveColor Rectangle { anchors.fill: parent -- cgit v1.2.3