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

Fix one more wrong background color

parent a13f492e
No related branches found
No related tags found
No related merge requests found
Pipeline #2149 passed
...@@ -82,7 +82,7 @@ Item { ...@@ -82,7 +82,7 @@ Item {
NoticeMessage { NoticeMessage {
formatted: TimelineManager.escapeEmoji(d.userName) + " " + d.formattedBody formatted: TimelineManager.escapeEmoji(d.userName) + " " + d.formattedBody
color: TimelineManager.userColor(d.userId, Nheko.colors.window) color: TimelineManager.userColor(d.userId, Nheko.colors.base)
body: d.body body: d.body
isOnlyEmoji: d.isOnlyEmoji isOnlyEmoji: d.isOnlyEmoji
isReply: d.isReply isReply: d.isReply
......
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