Use colors.mid for Completer border

This commit is contained in:
Loren Burkholder 2021-01-22 20:38:09 -05:00
parent 7e374a205c
commit cd426d8f75
1 changed files with 1 additions and 2 deletions

View File

@ -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
}
}