diff options
Diffstat (limited to 'views/search/qml/View.qml')
-rw-r--r-- | views/search/qml/View.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
35 | id: filterField | 35 | id: filterField |
36 | Layout.fillWidth: true | 36 | Layout.fillWidth: true |
37 | height: Kube.Units.gridUnit * 2 | 37 | height: Kube.Units.gridUnit * 2 |
38 | color: Kube.Colors.textColor | 38 | color: Kube.Colors.darkBackgroundColor |
39 | 39 | ||
40 | function clearSearch() { | 40 | function clearSearch() { |
41 | find.text = "" | 41 | find.text = "" |