Fixes icon position on chat user pictures

This commit is contained in:
Vitor Pamplona
2024-09-26 18:36:42 -04:00
parent a92fe0bca2
commit 44c600dfa8
@@ -777,7 +777,7 @@ fun UserDisplayNameLayout(
picture: @Composable () -> Unit,
name: @Composable () -> Unit,
) {
Box(chatAuthorBox, contentAlignment = Alignment.Center) {
Box(chatAuthorBox, contentAlignment = Alignment.TopEnd) {
picture()
}