Restyling review banner and cards.

This commit is contained in:
Alex Hart
2023-12-20 13:55:40 -04:00
committed by Clark Chen
parent bb30535afb
commit ca9a629804
15 changed files with 548 additions and 227 deletions

View File

@@ -29,7 +29,7 @@ fun AvatarImage(
} else {
AndroidView(
factory = ::AvatarImageView,
modifier = modifier
modifier = modifier.background(color = Color.Transparent, shape = CircleShape)
) {
it.setAvatarUsingProfile(recipient)
}