Skip to content
Snippets Groups Projects
Verified Commit 97aadee0 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Pass correct background color to username separator

parent 34a1b626
No related branches found
No related tags found
No related merge requests found
Pipeline #2130 passed
...@@ -288,7 +288,7 @@ ScrollView { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment