diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-22 14:42:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-22 14:42:25 +0200 |
commit | 547b77ce6e5197f5a4b80b0917cee962de0e2a9f (patch) | |
tree | 1015157816c2a281d23005dfca31ecf072e6fc73 | |
parent | cba7920f07a3a5c4d56dfd375ff78ac8099747ce (diff) | |
download | kube-547b77ce6e5197f5a4b80b0917cee962de0e2a9f.tar.gz kube-547b77ce6e5197f5a4b80b0917cee962de0e2a9f.zip |
Fixed calendar text color
-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 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 | } |