Pass correct background color to username separator

pull/822/head
Nicolas Werner 3 years ago
parent 34a1b6267b
commit 97aadee01c
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      resources/qml/MessageView.qml

@ -288,7 +288,7 @@ ScrollView {
id: userName_
text: TimelineManager.escapeEmoji(userName)
color: TimelineManager.userColor(userId, Nheko.colors.window)
color: TimelineManager.userColor(userId, Nheko.colors.base)
textFormat: Text.RichText
ToolTip.visible: displayNameHover.hovered
ToolTip.text: userId

Loading…
Cancel
Save