Skip to content

Commit

Permalink
update selected color + add implementation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsey-taylor committed Dec 21, 2023
1 parent 09e427b commit a5404b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vacs-map-app/src/utils/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export const stopLightScheme = {

// need at least 7 for now
export const ordinalScheme = [
'#F7B300',
'#F7B300', // this is the color to use for the benchmark crop if not selected
'#5A7CB6', // this is the color to use for the selected crop
'#BF4556',
'#00A6BA',
'#00A949',
'#F66E09',
'#AB7430',
Expand Down

0 comments on commit a5404b8

Please sign in to comment.