From df1a00606a07378c32ad21d9650377f8546eddd7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 10 Jul 2018 17:19:53 +0200 Subject: Dedicated color for a dark background instead of abusing textColor --- views/conversation/qml/View.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/conversation/qml') diff --git a/views/conversation/qml/View.qml b/views/conversation/qml/View.qml index 33f4868f..82ca2af3 100644 --- a/views/conversation/qml/View.qml +++ b/views/conversation/qml/View.qml @@ -76,7 +76,7 @@ FocusScope { Rectangle { width: Kube.Units.gridUnit * 10 Layout.fillHeight: parent.height - color: Kube.Colors.textColor + color: Kube.Colors.darkBackgroundColor Kube.PositiveButton { id: newMailButton -- cgit v1.2.3