// // ContentMainTabHomeRankSeriesView.swift // SodaLive // // Created by klaus on 2/20/25. // import SwiftUI struct ContentMainTabHomeRankSeriesView: View { let seriesList: [SeriesListItem] var body: some View { VStack(alignment: .leading, spacing: 13.3) { Text("인기 시리즈") .font(.custom(Font.bold.rawValue, size: 18.3)) .foregroundColor(Color.grayee) ScrollView(.horizontal, showsIndicators: false) { HStack(alignment: .top, spacing: 13.3) { ForEach(0..