Apply colors to default user avatar in the timeline.

This commit is contained in:
Benoit Marty 2023-09-05 12:44:36 +02:00
parent e301d60648
commit 1cffbbdca7
4 changed files with 70 additions and 3 deletions

View file

@ -346,7 +346,7 @@ private fun MessageSenderInformation(
}
// Content
Row {
Avatar(senderAvatar)
Avatar(senderAvatar, avatarColors = avatarColors)
Spacer(modifier = Modifier.width(4.dp))
Text(
text = sender,