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/search/qml/View.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/search') 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 = "" -- cgit v1.2.3