Skip to content

Commit

Permalink
chore(docs): update custom colors for higher contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
SMassola committed Aug 28, 2024
1 parent 4f6ee53 commit 229d41f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/docs/src/lib/treemap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ const customColorOptions: TreemapChartOptions = {
height: '600px',
color: {
scale: {
Oceania: '#d9fbfb',
Europe: '#9ef0f0',
America: '#3ddbd9',
Australia: '#08bdba',
Africa: '#009d9a',
Asia: '#081a1c'
Oceania: '#3ddbd9',
Europe: '#08bdba',
America: '#009d9a',
Australia: '#007d79',
Africa: '#005d5d',
Asia: '#004144'
}
}
}
Expand Down

0 comments on commit 229d41f

Please sign in to comment.