Make author images fill their circle in onboarding

pull/1837/head
Jolanda Verhoef 3 years ago
parent 0e4f65d760
commit 2cec8d6e73

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

Loading…
Cancel
Save