Apply colors to default user avatar in the timeline.
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ private fun MessageSenderInformation(
|
||||
}
|
||||
// Content
|
||||
Row {
|
||||
Avatar(senderAvatar)
|
||||
Avatar(senderAvatar, avatarColors = avatarColors)
|
||||
Spacer(modifier = Modifier.width(4.dp))
|
||||
Text(
|
||||
text = sender,
|
||||
|
||||
Reference in New Issue
Block a user