diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-08-22 10:50:31 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-08-22 10:50:31 +0200 |
commit | 2f703c87772bdd85912cc9243b9f0711e236a566 (patch) | |
tree | 656839583d4df04f064717fb40076201eef8a57d /views/calendar/qml/View.qml | |
parent | f3b752f20591b3158c8ea6614b00cae1976660bd (diff) | |
download | kube-2f703c87772bdd85912cc9243b9f0711e236a566.tar.gz kube-2f703c87772bdd85912cc9243b9f0711e236a566.zip |
use textcolor on grey background
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 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 | } |