Make author images fill their circle in onboarding

pull/390/head
Jolanda Verhoef 2 years ago
parent 7e04447cff
commit 58ffd8781a

@ -145,7 +145,7 @@ fun AuthorItem(
AsyncImage(
modifier = authorImageModifier,
model = author.imageUrl,
contentScale = ContentScale.Fit,
contentScale = ContentScale.Crop,
contentDescription = null
)
}

Loading…
Cancel
Save