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/package/contents/ui/Notification.qml | 2 +- components/theme/contents/ui/Colors.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/package/contents/ui/Notification.qml b/components/package/contents/ui/Notification.qml index 8c0551f8..15291c43 100644 --- a/components/package/contents/ui/Notification.qml +++ b/components/package/contents/ui/Notification.qml @@ -73,7 +73,7 @@ MouseArea { font.pixelSize: 16 - color: KubeTheme.Colors.highlighedTextColor + color: KubeTheme.Colors.highlightedTextColor horizontalAlignment: Text.AlignHCenter elide: Text.ElideRight wrapMode: Text.Wrap 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