From 408c3b761935481ae44b4f61ac310feaafed00af Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 17 Mar 2026 11:58:40 +0900 Subject: [PATCH] =?UTF-8?q?fix(community):=20=EA=B2=8C=EC=8B=9C=EA=B8=80?= =?UTF-8?q?=20=EA=B3=A0=EC=A0=95=20=ED=91=9C=EC=8B=9C=EC=9D=B8=20pin=20?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=EB=A5=BC=2020x20=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Profile/CreatorCommunity/All/CreatorCommunityAllView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift index e8789d9..3498c3e 100644 --- a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift +++ b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift @@ -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)