Skip to content

Commit

Permalink
fix: grid item thumbnail alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang authored and Malopieds committed Aug 30, 2024
1 parent 652fb7d commit ceaa82d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ fun GridItem(
},
) {
BoxWithConstraints(
contentAlignment = Alignment.Center,
modifier =
if (fillMaxWidth) {
Modifier.fillMaxWidth()
Expand Down

0 comments on commit ceaa82d

Please sign in to comment.