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