Fix one more wrong background color
This commit is contained in:
parent
a13f492e7d
commit
aea7461cba
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ Item {
|
|||
|
||||
NoticeMessage {
|
||||
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
|
||||
isOnlyEmoji: d.isOnlyEmoji
|
||||
isReply: d.isReply
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue