From cd426d8f7513382ed869481366d40ed471b9fe3d Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Fri, 22 Jan 2021 20:38:09 -0500 Subject: [PATCH] Use colors.mid for Completer border --- resources/qml/Completer.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/qml/Completer.qml b/resources/qml/Completer.qml index 092738f9..7b71bd7f 100644 --- a/resources/qml/Completer.qml +++ b/resources/qml/Completer.qml @@ -183,8 +183,7 @@ Popup { color: colors.base implicitHeight: popup.contentHeight implicitWidth: popup.contentWidth - // colors.text should always contrast nicely with the window background - border.color: colors.text + border.color: colors.mid } }