Skip to content

Commit

Permalink
style: change marker symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jul 31, 2024
1 parent a968e40 commit 4f061f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const config = {
MIN_DESKTOP_WIDTH: 768,
WEB_MERCATOR_WKID: 3857,
MARKER_FILL_COLOR: [130, 65, 47, 0.5],
MARKER_OUTLINE_COLOR: [230, 126, 21, 0.7],
MARKER_FILL_COLOR: [234, 202, 0, 0.5],
MARKER_OUTLINE_COLOR: [77, 42, 84, 1],
};

export default config;

0 comments on commit 4f061f2

Please sign in to comment.