Skip to content

Commit

Permalink
Enhance palettes for color blindness impairment
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <[email protected]>
  • Loading branch information
dpordomingo committed Oct 17, 2019
1 parent ebbd513 commit 3694d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcd/superset/assets/src/customization/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const palette = {
vanila: '#d024c6',
vanilaLight: '#e981e3',

navy: '#195dca',
navyLight: '#8fb5f1',
navy: '#80cf56',
navyLight: '#8ce25f',

gray: '#6d6e71',
grayLight: '#c6c7c8',
Expand Down

0 comments on commit 3694d33

Please sign in to comment.