diff --git a/SodaLive/Sources/Content/Main/RecommendSeries/ContentMainRecommendSeriesView.swift b/SodaLive/Sources/Content/Main/RecommendSeries/ContentMainRecommendSeriesView.swift index 78daccd..90ba697 100644 --- a/SodaLive/Sources/Content/Main/RecommendSeries/ContentMainRecommendSeriesView.swift +++ b/SodaLive/Sources/Content/Main/RecommendSeries/ContentMainRecommendSeriesView.swift @@ -37,6 +37,7 @@ struct ContentMainRecommendSeriesView: View { } .padding(.vertical, 11) .frame(maxWidth: .infinity) + .contentShape(Rectangle()) .overlay( RoundedRectangle(cornerRadius: 26.7) .stroke(Color.gray90, lineWidth: 1) diff --git a/SodaLive/Sources/Live/Now/SectionLiveNowView.swift b/SodaLive/Sources/Live/Now/SectionLiveNowView.swift index af10971..ec0e553 100644 --- a/SodaLive/Sources/Live/Now/SectionLiveNowView.swift +++ b/SodaLive/Sources/Live/Now/SectionLiveNowView.swift @@ -93,6 +93,7 @@ struct SectionLiveNowView: View { } .padding(.vertical, 11) .frame(maxWidth: .infinity) + .contentShape(Rectangle()) .overlay( RoundedRectangle(cornerRadius: 26.7) .stroke(Color.gray90, lineWidth: 1)