aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Theme/Color+theme.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Map/Presentation/Theme/Color+theme.swift')
-rw-r--r--Map/Presentation/Theme/Color+theme.swift2
1 files changed, 1 insertions, 1 deletions
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
}