feat: 메인 라이브
- 라이브 다시 듣기 UI 추가
This commit is contained in:
		@@ -46,11 +46,11 @@ struct DayOfWeekSeriesView: View {
 | 
			
		||||
        VStack(alignment: .leading, spacing: 16) {
 | 
			
		||||
            HStack(spacing: 0) {
 | 
			
		||||
                Text("요일별")
 | 
			
		||||
                    .font(.custom(Font.preBold.rawValue, size: 26))
 | 
			
		||||
                    .font(.custom(Font.preBold.rawValue, size: 24))
 | 
			
		||||
                    .foregroundColor(.button)
 | 
			
		||||
                
 | 
			
		||||
                Text(" 시리즈")
 | 
			
		||||
                    .font(.custom(Font.preBold.rawValue, size: 26))
 | 
			
		||||
                    .font(.custom(Font.preBold.rawValue, size: 24))
 | 
			
		||||
                    .foregroundColor(.white)
 | 
			
		||||
            }
 | 
			
		||||
            .padding(.horizontal, 24)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user