Skip to content

Commit

Permalink
Merge pull request #220 from gis-ops/cb-color
Browse files Browse the repository at this point in the history
Cb color
  • Loading branch information
chrstnbwnkl authored Aug 1, 2024
2 parents cdddf2a + 5dc5948 commit b626648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ const mapParams = {

const routeObjects = {
[VALHALLA_OSM_URL]: {
color: '#cc0000',
alternativeColor: '#ea9898',
color: '#0066ff',
alternativeColor: '#66a3ff',
name: 'OSM',
},
}
Expand Down

0 comments on commit b626648

Please sign in to comment.