From 523295648ba125142ac3e3414d8bf672721b9bd8 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 14 May 2024 21:10:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EC=B2=9C=EC=8B=9C=EB=A6=AC=EC=A6=88,?= =?UTF-8?q?=20=EC=A7=80=EA=B8=88=20=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EC=A4=91?= =?UTF-8?q?=20=EC=83=88=EB=A1=9C=EA=B3=A0=EC=B9=A8=20=EC=98=81=EC=97=AD=20?= =?UTF-8?q?-=20overlay=20=EB=90=9C=20=EC=98=81=EC=97=AD=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=EA=B0=80=20=ED=84=B0=EC=B9=98=20=EB=90=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Main/RecommendSeries/ContentMainRecommendSeriesView.swift | 1 + SodaLive/Sources/Live/Now/SectionLiveNowView.swift | 1 + 2 files changed, 2 insertions(+) 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)