// // ContentMainNewContentThemeView.swift // SodaLive // // Created by klaus on 2023/08/11. // import SwiftUI struct ContentMainNewContentThemeView: View { let themes: [String] let selectTheme: (String) -> Void @Binding var selectedTheme: String var body: some View { ScrollView(.horizontal, showsIndicators: false) { HStack(spacing: 8) { ForEach(0..