Skip to content

Commit

Permalink
[chore] : #8 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
1971123-seongmin committed Nov 6, 2024
1 parent 28f2744 commit 8679a8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fun BoxOverlayImage(
) {
Box(
modifier = modifier
.width(180.dp) // 비율로 수정
.width(180.dp)
.height(220.dp)
.clip(RoundedCornerShape(12.dp))
) {
Expand Down

0 comments on commit 8679a8f

Please sign in to comment.