Pass correct background color to username separator
This commit is contained in:
parent
34a1b6267b
commit
97aadee01c
@ -288,7 +288,7 @@ ScrollView {
|
|||||||
id: userName_
|
id: userName_
|
||||||
|
|
||||||
text: TimelineManager.escapeEmoji(userName)
|
text: TimelineManager.escapeEmoji(userName)
|
||||||
color: TimelineManager.userColor(userId, Nheko.colors.window)
|
color: TimelineManager.userColor(userId, Nheko.colors.base)
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
ToolTip.visible: displayNameHover.hovered
|
ToolTip.visible: displayNameHover.hovered
|
||||||
ToolTip.text: userId
|
ToolTip.text: userId
|
||||||
|
Loading…
Reference in New Issue
Block a user