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