diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-07 13:51:43 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-07 13:51:43 +0200 |
| commit | 3bacbf6ac85330d35493953d7296e5ba420b7750 (patch) | |
| tree | be3e09b66d2567d5cc78798c47a45a039b534b02 /Map/Presentation/Theme/Color+theme.swift | |
| parent | a1a485f16e0f1720f2dcdf7ab03d52c29fe9e252 (diff) | |
Use inertia instead of blockers
Diffstat (limited to 'Map/Presentation/Theme/Color+theme.swift')
| -rw-r--r-- | Map/Presentation/Theme/Color+theme.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Presentation/Theme/Color+theme.swift b/Map/Presentation/Theme/Color+theme.swift index 22dc18b..4433dc1 100644 --- a/Map/Presentation/Theme/Color+theme.swift +++ b/Map/Presentation/Theme/Color+theme.swift @@ -44,7 +44,7 @@ extension Color { static let labelColor = Color.Theme.darkSlate static let axisColor = Color.Theme.darkSlate static let vertexColor = Color.Theme.darkSlate - static let blockerColor = Color.Theme.jasperRed + static let inertia = Color.Theme.jasperRed static let opportunityColor = Color.Theme.olympicBlue static let stageForeground = Color.Theme.lightNeutralGray static let stageBackground = Color.white |