Skip to content

Commit

Permalink
Part of #260 - make markers black.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidascher committed Apr 27, 2017
1 parent 0ffa881 commit bbe4d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MapVisualization/MapVisualization.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ const orgMarkerLayout = caseMarkerLayout;

const caseMarkerPaint = {
"text-translate-anchor": "viewport",
"text-color": "#ce8b88"
"text-color": "#000"
};

const orgMarkerPaint = {
"text-translate-anchor": "viewport",
"text-color": "#8897ce"
"text-color": "#000"
};

class MapVisualization extends React.Component {
Expand Down

0 comments on commit bbe4d74

Please sign in to comment.