We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d00af commit 63575e3Copy full SHA for 63575e3
packages/clay-charts/src/GeoMap.tsx
@@ -10,10 +10,10 @@ import React from 'react';
10
11
const DEFAULT_COLOR = {
12
range: {
13
- max: '#0065e4',
14
- min: '#b1d4ff',
+ max: '#006be6',
+ min: '#97c5ff',
15
},
16
- selected: '#4b9bff',
+ selected: '#006eff',
17
value: 'pop_est',
18
};
19
packages/clay-charts/src/config.ts
@@ -4,15 +4,15 @@
4
*/
5
6
export const DEFAULT_COLORS = [
7
- '#4B9BFF',
8
- '#FFB46E',
9
- '#FF5F5F',
- '#50D2A0',
- '#FF73C3',
- '#9CE269',
- '#AF78FF',
- '#FFD76E',
- '#5FC8FF',
+ '#006eff',
+ '#cc4e00',
+ '#e60000',
+ '#1b7e6e',
+ '#e50082',
+ '#458613',
+ '#aa33ff',
+ '#0077b3',
];
export const DEFAULT_GRID_OBJECT = {
0 commit comments