Skip to content

Commit

Permalink
✨ 순서 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
oreocube committed Aug 17, 2024
1 parent 04a7a58 commit a70d6d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ private fun PhotoCard(

Box(
modifier = modifier
.heightIn(max = maxHeight)
.wrapContentSize(),
.wrapContentSize()
.heightIn(max = maxHeight),
) {
PicPhotoCardFrame(
modifier = Modifier.matchParentSize(),
Expand Down

0 comments on commit a70d6d8

Please sign in to comment.