Skip to content

Commit

Permalink
Merge pull request #88 from earthrise-media/chart-colors
Browse files Browse the repository at this point in the history
Use updated fingerprint colors
  • Loading branch information
Martin Bernard authored Nov 29, 2023
2 parents 00c7caa + 4b167e7 commit 71b8a9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vacs-map-app/src/utils/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const divergingScheme = {
}

export const fingerprintScheme = {
nutritional: '#D17B60',
genetic: '#7476B6',
biophysical: '#4FB6C7'
nutritional: '#C299EC',
genetic: '#BBBBBB',
biophysical: '#E5C659'
}

0 comments on commit 71b8a9f

Please sign in to comment.