Skip to content

Commit

Permalink
fix: use correct colors in "basic" color set (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland authored Nov 3, 2023
1 parent ec8c388 commit 6356250
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/visualizations/util/colors/colorSets.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@ export const colorSets = {
],
},
[COLOR_SET_BASIC]: {
colors: ['#348F41', '#9F2241', '#DDDDDD', '#B4A269'],
colors: [
'#348F41',
'#9F2241',
'#B4A269',
'#EBEEF3',
'#58595B',
'#1A5632',
],
},
[COLOR_SET_EXTENDED]: {
colors: [
Expand Down

0 comments on commit 6356250

Please sign in to comment.