Skip to content

Commit b626648

Browse files
authored
Merge pull request #220 from gis-ops/cb-color
Cb color
2 parents cdddf2a + 5dc5948 commit b626648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Map/Map.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ const mapParams = {
107107

108108
const routeObjects = {
109109
[VALHALLA_OSM_URL]: {
110-
color: '#cc0000',
111-
alternativeColor: '#ea9898',
110+
color: '#0066ff',
111+
alternativeColor: '#66a3ff',
112112
name: 'OSM',
113113
},
114114
}

0 commit comments

Comments
 (0)