diff options
Diffstat (limited to 'Map/Presentation/Base Components/MapRender/MapGroups.swift')
| -rw-r--r-- | Map/Presentation/Base Components/MapRender/MapGroups.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Presentation/Base Components/MapRender/MapGroups.swift b/Map/Presentation/Base Components/MapRender/MapGroups.swift index 41ea147..1983dcd 100644 --- a/Map/Presentation/Base Components/MapRender/MapGroups.swift +++ b/Map/Presentation/Base Components/MapRender/MapGroups.swift @@ -28,7 +28,7 @@ struct MapGroups: View { } private func color(_ index: Int) -> Color { - return .Map.groupColors[index % Color.Map.groupColors.count] + return .Theme.Map.groupColors[index % Color.Theme.Map.groupColors.count] } } |