From c1215a71c753a3724f5eaeca82f5dc22319abef3 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 29 Mar 2017 12:21:16 +0200 Subject: fix typo... --- components/theme/contents/ui/Colors.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/theme/contents/ui') 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 { property string backgroundColor: "#eff0f1" property string viewBackgroundColor: "#fcfcfc" property string highlightColor: "#3daee9" - property string highlighedTextColor: "#fcfcfc" + property string highlightedTextColor: "#fcfcfc" property string positveColor: "#27ae60" -- cgit v1.2.3