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/composer/qml/View.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/composer') 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 { -- cgit v1.2.3