Skip to content

Commit

Permalink
Update PostContent.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosax committed Jul 8, 2024
1 parent 96b16b0 commit 53b2c56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private fun PostHeaderImage(post: Post) {
val imageModifier = Modifier
.heightIn(min = 180.dp)
.fillMaxWidth()
.clip(shape = MaterialTheme.shapes.medium)
.clip(shape = MaterialTheme.shapes.large)
Image(
painter = painterResource(post.imageId),
contentDescription = null, // decorative
Expand Down

0 comments on commit 53b2c56

Please sign in to comment.