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

Reuse the same RoundedCornerShape for NewsResourceCardExpanded and NewsResourceHeaderImage
pull/1837/head
Jolanda Verhoef 4 years ago committed by GitHub
commit 55c587e9bf

@ -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