// // ContentMainContentThemeView.swift // SodaLive // // Created by klaus on 2/21/25. // import SwiftUI struct ContentMainContentThemeView: View { let themeList: [String] let selectTheme: (String) -> Void @Binding var selectedTheme: String var body: some View { ScrollView(.horizontal, showsIndicators: false) { HStack(alignment: .top, spacing: 8) { ForEach(0..