Skip to content

Commit

Permalink
Merge pull request #1137 from Vizzuality/feat/front/MARXAN-1313-impro…
Browse files Browse the repository at this point in the history
…ve-gap-analysis-layer

fix: change highlight features color [MARXAN-1313]
  • Loading branch information
anamontiaga authored Jun 13, 2022
2 parents 294a5ff + e391eb3 commit 0a5835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/hooks/map/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const COLORS = {
},
wdpa: '#00F',
features: '#6F53F7',
highlightFeatures: '#37297B',
highlightFeatures: '#BE6BFF',
include: '#0F0',
exclude: '#F00',
cost: [
Expand Down

2 comments on commit 0a5835d

@vercel
Copy link

@vercel vercel bot commented on 0a5835d Jun 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marxan – ./app

marxan-production.vercel.app
marxan-git-main-vizzuality1.vercel.app
marxan-vizzuality1.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0a5835d Jun 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marxan-storybook – ./app

marxan-storybook-git-main-vizzuality1.vercel.app
marxan-storybook.vercel.app
marxan-storybook-vizzuality1.vercel.app

Please sign in to comment.