fix: 콘텐츠 상세 - 우측 상단에 포인트 아이콘 크기 수정

This commit is contained in:
Yu Sung 2025-04-24 20:33:20 +09:00
parent 30364e32ca
commit 37af6ca926
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ struct ContentDetailPlayView: View {
Image("ic_point")
.resizable()
.aspectRatio(1, contentMode: .fit)
.frame(width: 20)
.frame(width: 50)
.padding(.trailing, 13.3)
.padding(.top, 13.3)
}