Make author images fill their circle in onboarding

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

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

Loading…
Cancel
Save