From 4fc7f6a39a75d082e65e7648d0187e582ad1b0c6 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 6 Mar 2026 19:21:59 +0900 Subject: [PATCH] =?UTF-8?q?fix(community):=20=EC=84=B8=EB=A1=9C=20?= =?UTF-8?q?=EC=97=AC=EB=B0=B1=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Profile/CreatorCommunity/All/CreatorCommunityAllView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift index 2243e4a..9db495c 100644 --- a/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift +++ b/SodaLive/Sources/Explorer/Profile/CreatorCommunity/All/CreatorCommunityAllView.swift @@ -207,6 +207,7 @@ struct CreatorCommunityAllView: View { } } } + .padding(.vertical, 13.3) } .onAppear { guard let index = pendingGridAnchorIndex else { return }