parent
6ba59ae852
commit
523295648b
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue