mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
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…
Reference in a new issue