Skip to content

Commit

Permalink
revert: order of color blind palette
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Sep 30, 2023
1 parent c5882f4 commit 35529f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/charts/src/utils/themes/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ const echPaletteColorBlind: EchPalette = {
colors: [
'#54B399',
'#6092C0',
'#D36086',
'#9170B8',
'#CA8EAE',
'#D36086',
'#E7664C',
'#AA6556',
'#DA8B45',
'#B9A888',
'#D6BF57',
'#B9A888',
'#DA8B45',
'#AA6556',
'#E7664C',
],
};

Expand Down

0 comments on commit 35529f5

Please sign in to comment.