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
implicitHeight: popup.contentHeight
implicitWidth: popup.contentWidth
// colors.text should always contrast nicely with the window background
border.color: colors.text
border.color: colors.mid
}
}

Loading…
Cancel
Save