fix(community): 게시글 고정 표시인 pin 크기를 20x20으로 수정
This commit is contained in:
@@ -377,7 +377,7 @@ private struct CreatorCommunityAllGridItemView: View {
|
|||||||
Image("ic_pin")
|
Image("ic_pin")
|
||||||
.resizable()
|
.resizable()
|
||||||
.scaledToFit()
|
.scaledToFit()
|
||||||
.frame(width: 14, height: 14)
|
.frame(width: 20, height: 20)
|
||||||
.padding(8)
|
.padding(8)
|
||||||
.shadow(color: .black.opacity(0.45), radius: 2, x: 0, y: 1)
|
.shadow(color: .black.opacity(0.45), radius: 2, x: 0, y: 1)
|
||||||
.allowsHitTesting(false)
|
.allowsHitTesting(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user