// // ContentMainNewOrRecommendSeriesView.swift // SodaLive // // Created by klaus on 2/21/25. // import SwiftUI import Kingfisher struct ContentMainNewOrRecommendSeriesView: View { let title: String let recommendSeriesList: [GetRecommendSeriesListResponse] var body: some View { VStack(alignment: .leading, spacing: 13.3) { Text(title) .font(.custom(Font.bold.rawValue, size: 18.3)) .foregroundColor(Color(hex: "eeeeee")) .padding(.horizontal, 13.3) ScrollView(.horizontal, showsIndicators: false) { HStack(spacing: 13.3) { ForEach(0..