diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 15:13:58 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 15:13:58 +0200 |
| commit | ee5f1ff07ebf275becb47d5a9159130b2190c485 (patch) | |
| tree | df5996ecc1e446e8aa6185e04b2995238b58a2af /Map/Presentation/Theme | |
| parent | 49766f0c78015831f8be57349317f0d1c8228327 (diff) | |
More control over theme
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 } |