diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 12:21:16 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-03-29 12:21:16 +0200 |
commit | c1215a71c753a3724f5eaeca82f5dc22319abef3 (patch) | |
tree | 5e7c32035c02b1b20a165366a01b67b51d1a41e2 /components/theme | |
parent | fb651c85409e87232df885090c94924c7bbc038a (diff) | |
download | kube-c1215a71c753a3724f5eaeca82f5dc22319abef3.tar.gz kube-c1215a71c753a3724f5eaeca82f5dc22319abef3.zip |
fix typo...
Diffstat (limited to 'components/theme')
-rw-r--r-- | components/theme/contents/ui/Colors.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/theme/contents/ui/Colors.qml b/components/theme/contents/ui/Colors.qml index 2cd22b9b..9d1737d1 100644 --- a/components/theme/contents/ui/Colors.qml +++ b/components/theme/contents/ui/Colors.qml | |||
@@ -26,7 +26,7 @@ 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 highlighedTextColor: "#fcfcfc" | 29 | property string highlightedTextColor: "#fcfcfc" |
30 | 30 | ||
31 | 31 | ||
32 | property string positveColor: "#27ae60" | 32 | property string positveColor: "#27ae60" |