summaryrefslogtreecommitdiffstats
path: root/framework/qml/Colors.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 13:37:55 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 13:37:55 +0200
commitb68a8d2360d10adf9d42c73a5255ac4c03f71155 (patch)
tree536d1cdd9c58096d26f921a9a29baf8a244ff1a7 /framework/qml/Colors.qml
parentd41bf1a31bc25761aec676b48194b949fd86114b (diff)
downloadkube-b68a8d2360d10adf9d42c73a5255ac4c03f71155.tar.gz
kube-b68a8d2360d10adf9d42c73a5255ac4c03f71155.zip
fix typo
Diffstat (limited to 'framework/qml/Colors.qml')
-rw-r--r--framework/qml/Colors.qml2
1 files changed, 1 insertions, 1 deletions
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 {
29 property string highlightedTextColor: "#fcfcfc" 29 property string highlightedTextColor: "#fcfcfc"
30 30
31 31
32 property string positveColor: "#27ae60" 32 property string positiveColor: "#27ae60"
33 property string warningColor: "#f67400" 33 property string warningColor: "#f67400"
34 property string negativeColor: "#ed1515" 34 property string negativeColor: "#ed1515"
35} 35}