fix(community): 게시글 고정 표시인 pin 크기를 20x20으로 수정

This commit is contained in:
Yu Sung
2026-03-17 11:58:40 +09:00
parent 37e361b1e9
commit 408c3b7619

View File

@@ -377,7 +377,7 @@ private struct CreatorCommunityAllGridItemView: View {
Image("ic_pin")
.resizable()
.scaledToFit()
.frame(width: 14, height: 14)
.frame(width: 20, height: 20)
.padding(8)
.shadow(color: .black.opacity(0.45), radius: 2, x: 0, y: 1)
.allowsHitTesting(false)