Skip to content

Commit ae57bdf

Browse files
authored
Merge pull request #185 from tjklint/analytics
fix: added back old color gradient for contribution map.
2 parents 9a3ae98 + 6662312 commit ae57bdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/contribution_map/contribution_map.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import './contribution_map.scss';
44

55
const ContributionMap: React.FC = () => {
66
const theme = {
7-
light: ['#f5e6ff', '#d9b3ff', '#b366ff', '#7a00cc', '#4c0080'],
8-
dark: ['#f5e6ff', '#d9b3ff', '#b366ff', '#7a00cc', '#4c0080']
7+
light: ['#e6ccff', '#c299ff', '#9f66ff', '#7a33cc', '#592699'],
8+
dark: ['#e6ccff', '#c299ff', '#9f66ff', '#7a33cc', '#592699']
99
};
1010

1111
return (
@@ -16,8 +16,8 @@ const ContributionMap: React.FC = () => {
1616
blockSize={15}
1717
fontSize={16}
1818
theme={{
19-
light:['#f5e6ff', '#d9b3ff', '#b366ff', '#7a00cc', '#4c0080'],
20-
dark: ['#f5e6ff', '#d9b3ff', '#b366ff', '#7a00cc', '#4c0080']}}
19+
light: ['#e6ccff', '#c299ff', '#9f66ff', '#7a33cc', '#592699'],
20+
dark: ['#e6ccff', '#c299ff', '#9f66ff', '#7a33cc', '#592699']}}
2121
/>
2222
</div>
2323
);

0 commit comments

Comments
 (0)