We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a3ae98 + 6662312 commit ae57bdfCopy full SHA for ae57bdf
src/components/contribution_map/contribution_map.tsx
@@ -4,8 +4,8 @@ import './contribution_map.scss';
4
5
const ContributionMap: React.FC = () => {
6
const theme = {
7
- light: ['#f5e6ff', '#d9b3ff', '#b366ff', '#7a00cc', '#4c0080'],
8
- dark: ['#f5e6ff', '#d9b3ff', '#b366ff', '#7a00cc', '#4c0080']
+ light: ['#e6ccff', '#c299ff', '#9f66ff', '#7a33cc', '#592699'],
+ dark: ['#e6ccff', '#c299ff', '#9f66ff', '#7a33cc', '#592699']
9
};
10
11
return (
@@ -16,8 +16,8 @@ const ContributionMap: React.FC = () => {
16
blockSize={15}
17
fontSize={16}
18
theme={{
19
- light:['#f5e6ff', '#d9b3ff', '#b366ff', '#7a00cc', '#4c0080'],
20
- dark: ['#f5e6ff', '#d9b3ff', '#b366ff', '#7a00cc', '#4c0080']}}
+ dark: ['#e6ccff', '#c299ff', '#9f66ff', '#7a33cc', '#592699']}}
21
/>
22
</div>
23
);
0 commit comments