From ee5f1ff07ebf275becb47d5a9159130b2190c485 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Jul 2025 15:13:58 +0200 Subject: More control over theme --- Map/Presentation/Theme/Color+theme.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Map/Presentation/Theme') diff --git a/Map/Presentation/Theme/Color+theme.swift b/Map/Presentation/Theme/Color+theme.swift index 4433dc1..7f6995d 100644 --- a/Map/Presentation/Theme/Color+theme.swift +++ b/Map/Presentation/Theme/Color+theme.swift @@ -35,6 +35,7 @@ extension Color { struct UI { static let foreground = Color("Foreground") static let background = Color("Background") + static let secondary = Color("Secondary") static let accent = Color.Theme.jasperRed } -- cgit