diff options
-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 11fd2503..dd41841c 100644 --- a/views/calendar/qml/View.qml +++ b/views/calendar/qml/View.qml | |||
@@ -191,7 +191,7 @@ Kube.View { | |||
191 | id: label | 191 | id: label |
192 | Layout.fillWidth: true | 192 | Layout.fillWidth: true |
193 | text: model.name | 193 | text: model.name |
194 | color: Kube.Colors.highlightedTextColor | 194 | color: Kube.Colors.textColor |
195 | elide: Text.ElideLeft | 195 | elide: Text.ElideLeft |
196 | clip: true | 196 | clip: true |
197 | } | 197 | } |