Apply colors to default user avatar in the timeline.
This commit is contained in:
parent
e301d60648
commit
1cffbbdca7
4 changed files with 70 additions and 3 deletions
|
|
@ -346,7 +346,7 @@ private fun MessageSenderInformation(
|
|||
}
|
||||
// Content
|
||||
Row {
|
||||
Avatar(senderAvatar)
|
||||
Avatar(senderAvatar, avatarColors = avatarColors)
|
||||
Spacer(modifier = Modifier.width(4.dp))
|
||||
Text(
|
||||
text = sender,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue