summaryrefslogtreecommitdiffstats
path: root/views/calendar
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-11 07:57:42 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-12 10:07:24 +0200
commit22fa95550d6b13b00841bb727ab3cf23949b418e (patch)
tree0d6c59e485ceea34470b4ced257d1b040d15135d /views/calendar
parent79c2a846c35476b8d6dc3db6ed3a190a66e94a9c (diff)
downloadkube-22fa95550d6b13b00841bb727ab3cf23949b418e.tar.gz
kube-22fa95550d6b13b00841bb727ab3cf23949b418e.zip
Less textcolor abuse
Diffstat (limited to 'views/calendar')
-rw-r--r--views/calendar/qml/View.qml2
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