추천시리즈, 지금 라이브 중 새로고침 영역
- overlay 된 영역 전체가 터치 되도록 수정
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung