summaryrefslogtreecommitdiffstats
path: root/views/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar')
-rw-r--r--views/calendar/qml/WeekView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml
index 5272e6a4..bcf037fa 100644
--- a/views/calendar/qml/WeekView.qml
+++ b/views/calendar/qml/WeekView.qml
@@ -98,7 +98,7 @@ FocusScope {
98 height: parent.height 98 height: parent.height
99 x: root.dayWidth * model.starts 99 x: root.dayWidth * model.starts
100 //color: model.color 100 //color: model.color
101 color: "#af1a6a" 101 color: Kube.Colors.jazzberryJam
102 border.width: 1 102 border.width: 1
103 border.color: Kube.Colors.viewBackgroundColor 103 border.color: Kube.Colors.viewBackgroundColor
104 104