추천시리즈, 지금 라이브 중 새로고침 영역

- overlay 된 영역 전체가 터치 되도록 수정
This commit is contained in:
Yu Sung 2024-05-14 21:10:58 +09:00
parent 6ba59ae852
commit 523295648b
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ struct ContentMainRecommendSeriesView: View {
} }
.padding(.vertical, 11) .padding(.vertical, 11)
.frame(maxWidth: .infinity) .frame(maxWidth: .infinity)
.contentShape(Rectangle())
.overlay( .overlay(
RoundedRectangle(cornerRadius: 26.7) RoundedRectangle(cornerRadius: 26.7)
.stroke(Color.gray90, lineWidth: 1) .stroke(Color.gray90, lineWidth: 1)

View File

@ -93,6 +93,7 @@ struct SectionLiveNowView: View {
} }
.padding(.vertical, 11) .padding(.vertical, 11)
.frame(maxWidth: .infinity) .frame(maxWidth: .infinity)
.contentShape(Rectangle())
.overlay( .overlay(
RoundedRectangle(cornerRadius: 26.7) RoundedRectangle(cornerRadius: 26.7)
.stroke(Color.gray90, lineWidth: 1) .stroke(Color.gray90, lineWidth: 1)