summary refs log tree commit diff
path: root/resources/qml/Completer.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-01-22 20:38:09 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2021-01-22 20:38:09 -0500
commitcd426d8f7513382ed869481366d40ed471b9fe3d (patch)
tree64a7f1cec3f21c3413cfef77079fbf5000ea024d /resources/qml/Completer.qml
parentFix UserProfile's behavior in dark theme (diff)
downloadnheko-cd426d8f7513382ed869481366d40ed471b9fe3d.tar.xz
Use colors.mid for Completer border
Diffstat (limited to '')
-rw-r--r--resources/qml/Completer.qml3
1 files changed, 1 insertions, 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
     }
 
 }