diff options
Diffstat (limited to 'Map/Presentation/Theme')
| -rw-r--r-- | Map/Presentation/Theme/Color+theme.swift | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |