Use colors.mid for Completer border

pull/395/head
Loren Burkholder 4 years ago
parent 7e374a205c
commit cd426d8f75
  1. 3
      resources/qml/Completer.qml

@ -183,8 +183,7 @@ Popup {
color: colors.base color: colors.base
implicitHeight: popup.contentHeight implicitHeight: popup.contentHeight
implicitWidth: popup.contentWidth implicitWidth: popup.contentWidth
// colors.text should always contrast nicely with the window background border.color: colors.mid
border.color: colors.text
} }
} }

Loading…
Cancel
Save