diff --git a/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/ImageBlock.kt b/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/ImageBlock.kt index dc4c75e4e..640e1c2bb 100644 --- a/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/ImageBlock.kt +++ b/designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/component/ImageBlock.kt @@ -61,7 +61,7 @@ fun ImageBlock( Image( painter = painterFor(image!!), contentDescription = null, - contentScale = ContentScale.FillBounds, + contentScale = ContentScale.Crop, modifier = Modifier .fillMaxWidth() .clip(shape = RoundedCornerShape(Radius.S))