From c9111fac0c8841dc6255f94cb1233e353e7c56d5 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 14 Aug 2026 11:39:58 +0900 Subject: [PATCH] =?UTF-8?q?fix(creator-channel):=20=ED=99=88=20-=20?= =?UTF-8?q?=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20=EC=A0=84=EC=B2=B4?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20=ED=84=B0=EC=B9=98?= =?UTF-8?q?=EC=98=81=EC=97=AD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/Components/CreatorChannelCommunitySection.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/SodaLive/Sources/V2/CreatorChannel/Home/Components/CreatorChannelCommunitySection.swift b/SodaLive/Sources/V2/CreatorChannel/Home/Components/CreatorChannelCommunitySection.swift index 33ac98c4..ebe92664 100644 --- a/SodaLive/Sources/V2/CreatorChannel/Home/Components/CreatorChannelCommunitySection.swift +++ b/SodaLive/Sources/V2/CreatorChannel/Home/Components/CreatorChannelCommunitySection.swift @@ -68,6 +68,7 @@ struct CreatorChannelCommunitySection: View { ) } .buttonStyle(.plain) + .contentShape(Rectangle()) .padding(.horizontal, SodaSpacing.s14) } .padding(.top, SodaSpacing.s20)