mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Pass correct background color to username separator
This commit is contained in:
parent
34a1b6267b
commit
97aadee01c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue