From 22fa95550d6b13b00841bb727ab3cf23949b418e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 11 Jul 2018 07:57:42 +0200 Subject: Less textcolor abuse --- views/calendar/qml/View.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/calendar/qml') 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 { Rectangle { width: Kube.Units.gridUnit * 10 Layout.fillHeight: parent.height - color: Kube.Colors.textColor + color: Kube.Colors.darkBackgroundColor Kube.PositiveButton { id: newEventButton -- cgit v1.2.3