summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/calendar/qml/View.qml2
1 files changed, 1 insertions, 1 deletions
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 {
193 id: label 193 id: label
194 Layout.fillWidth: true 194 Layout.fillWidth: true
195 text: model.name 195 text: model.name
196 color: Kube.Colors.highlightColor 196 color: Kube.Colors.highlightedTextColor
197 elide: Text.ElideLeft 197 elide: Text.ElideLeft
198 clip: true 198 clip: true
199 } 199 }