Skip to content

Commit

Permalink
Merge pull request #287 from participedia/black-markers
Browse files Browse the repository at this point in the history
Part of #260 - make markers black.
  • Loading branch information
davidascher authored Apr 27, 2017
2 parents 0ffa881 + bbe4d74 commit 9f9c1df
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 9f9c1df

Please sign in to comment.