Fixing background color for messages when it's considered a new notification.

This commit is contained in:
Vitor Pamplona
2023-06-17 10:53:37 -04:00
parent 6314e3fcb2
commit fb5fad5d02
@@ -105,7 +105,7 @@ fun MessageSetCompose(messageSetCard: MessageSetCard, routeForLastRead: String,
routeForLastRead = null,
isBoostedNote = true,
addMarginTop = false,
parentBackgroundColor = null,
parentBackgroundColor = backgroundColor,
accountViewModel = accountViewModel,
nav = nav
)