summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--views/calendar/qml/WeekView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml
index 7791795c..dbc41bd0 100644
--- a/views/calendar/qml/WeekView.qml
+++ b/views/calendar/qml/WeekView.qml
@@ -311,6 +311,7 @@ FocusScope {
311 anchors { 311 anchors {
312 fill: parent 312 fill: parent
313 leftMargin: Kube.Units.smallSpacing 313 leftMargin: Kube.Units.smallSpacing
314 rightMargin: Kube.Units.smallSpacing
314 } 315 }
315 text: model.modelData.text 316 text: model.modelData.text
316 color: Kube.Colors.highlightedTextColor 317 color: Kube.Colors.highlightedTextColor