From 547b77ce6e5197f5a4b80b0917cee962de0e2a9f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 22 Aug 2018 14:42:25 +0200 Subject: Fixed calendar text color --- views/calendar/qml/View.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml index 99dc5a49..73f25632 100644 --- a/views/calendar/qml/View.qml +++ b/views/calendar/qml/View.qml @@ -193,7 +193,7 @@ Kube.View { id: label Layout.fillWidth: true text: model.name - color: Kube.Colors.highlightColor + color: Kube.Colors.highlightedTextColor elide: Text.ElideLeft clip: true } -- cgit v1.2.3