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)