From 2f703c87772bdd85912cc9243b9f0711e236a566 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 22 Aug 2018 10:50:31 +0200 Subject: use textcolor on grey background --- 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 11fd2503..dd41841c 100644 --- a/views/calendar/qml/View.qml +++ b/views/calendar/qml/View.qml @@ -191,7 +191,7 @@ Kube.View { id: label Layout.fillWidth: true text: model.name - color: Kube.Colors.highlightedTextColor + color: Kube.Colors.textColor elide: Text.ElideLeft clip: true } -- cgit v1.2.3