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 +- views/composer/qml/View.qml | 4 ++-- views/search/qml/View.qml | 2 +- views/todo/qml/View.qml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'views') 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 diff --git a/views/composer/qml/View.qml b/views/composer/qml/View.qml index babe5f47..97604456 100644 --- a/views/composer/qml/View.qml +++ b/views/composer/qml/View.qml @@ -108,7 +108,7 @@ Kube.View { width: Kube.Units.gridUnit * 15 Layout.minimumWidth: Kube.Units.gridUnit * 5 - color: Kube.Colors.textColor + color: Kube.Colors.darkBackgroundColor ColumnLayout { @@ -181,7 +181,7 @@ Kube.View { delegate: Kube.ListDelegate { id: delegateRoot - color: Kube.Colors.textColor + color: Kube.Colors.darkBackgroundColor border.width: 0 Item { diff --git a/views/search/qml/View.qml b/views/search/qml/View.qml index d63f6d1f..63e56e44 100644 --- a/views/search/qml/View.qml +++ b/views/search/qml/View.qml @@ -35,7 +35,7 @@ FocusScope { id: filterField Layout.fillWidth: true height: Kube.Units.gridUnit * 2 - color: Kube.Colors.textColor + color: Kube.Colors.darkBackgroundColor function clearSearch() { find.text = "" diff --git a/views/todo/qml/View.qml b/views/todo/qml/View.qml index bf7b7dd6..ca2bacc1 100644 --- a/views/todo/qml/View.qml +++ b/views/todo/qml/View.qml @@ -33,7 +33,7 @@ FocusScope { Rectangle { width: Kube.Units.gridUnit * 10 Layout.fillHeight: parent.height - color: Kube.Colors.textColor + color: Kube.Colors.darkBackgroundColor Kube.PositiveButton { id: newTaskButton -- cgit v1.2.3