summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-03-29 09:56:08 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-03-29 09:56:08 +0200
commit516a24f65670bb5271ba033eef1474cc71eeec27 (patch)
tree10f194871ee478a8add135ccff5c2a2e202e73d5 /components
parentb862ce68406b828fb2d59567d2e2e6a2e3654afb (diff)
downloadkube-516a24f65670bb5271ba033eef1474cc71eeec27.tar.gz
kube-516a24f65670bb5271ba033eef1474cc71eeec27.zip
fix typo
Diffstat (limited to 'components')
-rw-r--r--components/theme/contents/ui/Colors.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/theme/contents/ui/Colors.qml b/components/theme/contents/ui/Colors.qml
index c78f81a9..2cd22b9b 100644
--- a/components/theme/contents/ui/Colors.qml
+++ b/components/theme/contents/ui/Colors.qml
@@ -26,7 +26,8 @@ Item {
26 property string backgroundColor: "#eff0f1" 26 property string backgroundColor: "#eff0f1"
27 property string viewBackgroundColor: "#fcfcfc" 27 property string viewBackgroundColor: "#fcfcfc"
28 property string highlightColor: "#3daee9" 28 property string highlightColor: "#3daee9"
29 property string highlightedTextColor: "#fcfcfc" 29 property string highlighedTextColor: "#fcfcfc"
30
30 31
31 property string positveColor: "#27ae60" 32 property string positveColor: "#27ae60"
32 property string warningColor: "#f67400" 33 property string warningColor: "#f67400"