diff options
Diffstat (limited to 'views/calendar/qml/View.qml')
-rw-r--r-- | views/calendar/qml/View.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml index f870a850..c46b9480 100644 --- a/views/calendar/qml/View.qml +++ b/views/calendar/qml/View.qml | |||
@@ -34,7 +34,7 @@ RowLayout { | |||
34 | Rectangle { | 34 | Rectangle { |
35 | width: Kube.Units.gridUnit * 10 | 35 | width: Kube.Units.gridUnit * 10 |
36 | Layout.fillHeight: parent.height | 36 | Layout.fillHeight: parent.height |
37 | color: Kube.Colors.textColor | 37 | color: Kube.Colors.darkBackgroundColor |
38 | 38 | ||
39 | Kube.PositiveButton { | 39 | Kube.PositiveButton { |
40 | id: newEventButton | 40 | id: newEventButton |