Skip to content

Commit

Permalink
use blue for routes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbwnkl committed Aug 1, 2024
1 parent d027c0d commit 89815f4
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 89815f4

Please sign in to comment.