Merge pull request #16 from SimonMarquis/fix/card-header-radius

Reuse the same RoundedCornerShape for NewsResourceCardExpanded and NewsResourceHeaderImage
pull/60/head
Jolanda Verhoef 2 years ago committed by GitHub
commit be6aa939a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,7 +141,6 @@ fun NewsResourceHeaderImage(
},
modifier = Modifier
.fillMaxWidth()
.clip(RoundedCornerShape(topEnd = 24.dp, topStart = 24.dp))
.height(180.dp),
contentScale = ContentScale.Crop,
model = headerImageUrl,

Loading…
Cancel
Save