chore: remove college basketball (CBB) from iOS app
Remove CBB (~5,000+ games per season) to reduce complexity. Changes: - Remove .cbb enum case from Sport - Remove CBB theme color (cbbMint) - Update documentation to reflect 7 supported leagues Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -128,7 +128,6 @@ enum Theme {
|
||||
static let mlsGreen = Color(hex: "00A651")
|
||||
static let wnbaPurple = Color(hex: "FF6F20") // WNBA orange
|
||||
static let nwslTeal = Color(hex: "009688") // NWSL teal
|
||||
static let cbbMint = Color(hex: "3EB489") // College Basketball mint
|
||||
|
||||
// MARK: - Dark Mode Colors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user