From f78ac62ea6eb7c9fa6c6a5ecb474707531a9c669 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Jul 2025 17:04:56 +0200 Subject: Add secondary foreground + file icons --- Map/Presentation/Theme/Color+theme.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Map/Presentation/Theme/Color+theme.swift') diff --git a/Map/Presentation/Theme/Color+theme.swift b/Map/Presentation/Theme/Color+theme.swift index 7f6995d..e0addca 100644 --- a/Map/Presentation/Theme/Color+theme.swift +++ b/Map/Presentation/Theme/Color+theme.swift @@ -35,7 +35,7 @@ extension Color { struct UI { static let foreground = Color("Foreground") static let background = Color("Background") - static let secondary = Color("Secondary") + static let secondary = Color("Secondary Foreground") static let accent = Color.Theme.jasperRed } -- cgit