diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-01-22 20:38:09 -0500 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-01-22 20:38:09 -0500 |
commit | cd426d8f7513382ed869481366d40ed471b9fe3d (patch) | |
tree | 64a7f1cec3f21c3413cfef77079fbf5000ea024d /resources/qml/Completer.qml | |
parent | Fix UserProfile's behavior in dark theme (diff) | |
download | nheko-cd426d8f7513382ed869481366d40ed471b9fe3d.tar.xz |
Use colors.mid for Completer border
Diffstat (limited to '')
-rw-r--r-- | resources/qml/Completer.qml | 3 |
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 } } |