Theme color for eventList highlight

This commit is contained in:
miruka
2020-03-27 05:09:49 -04:00
parent af6cdc9013
commit c03bf32a7b
4 changed files with 11 additions and 1 deletions

View File

@@ -76,6 +76,11 @@ Rectangle {
model: ModelStore.get(chat.userId, chat.roomId, "events")
delegate: EventDelegate {}
highlight: Rectangle {
color: theme.chat.message.focusedHighlight
opacity: theme.chat.message.focusedHighlightOpacity
}
// Since the list is BottomToTop, this is actually a header
footer: Item {
width: eventList.width