Fix one more wrong background color
This commit is contained in:
parent
a13f492e7d
commit
aea7461cba
@ -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…
Reference in New Issue
Block a user