diff --git a/apps/web/src/components/Basenames/UsernameProfileSectionHeatmap/index.tsx b/apps/web/src/components/Basenames/UsernameProfileSectionHeatmap/index.tsx index 8dc09482a0..42013e5441 100644 --- a/apps/web/src/components/Basenames/UsernameProfileSectionHeatmap/index.tsx +++ b/apps/web/src/components/Basenames/UsernameProfileSectionHeatmap/index.tsx @@ -69,10 +69,10 @@ export default function UsernameProfileSectionHeatmap() { const classForValue = useCallback((value: ReactCalendarHeatmapValue | undefined) => { if (!value) return 'm-1 fill-[#F8F9FB]'; // empty - if (value.count >= 10) return 'm-1 fill-[#0052FF]'; // 4 - most - if (value.count >= 7) return 'm-1 fill-[#73A2FF]'; // 3 - if (value.count >= 4) return 'm-1 fill-[#D3E1FF]'; // 2 - if (value.count >= 1) return 'm-1 fill-[#ccd9ff]'; // 1 + if (value.count >= 10) return 'm-1 fill-[#003EC1]'; // 4 - most + if (value.count >= 7) return 'm-1 fill-[#266EFF]'; // 3 + if (value.count >= 4) return 'm-1 fill-[#92B6FF]'; // 2 + if (value.count >= 1) return 'm-1 fill-[#D3E1FF]'; // 1 return 'm-1 fill-[#F8F9FB]'; // empty - least }, []); @@ -395,19 +395,20 @@ export default function UsernameProfileSectionHeatmap() {

ONCHAIN SCORE

{finalScore}/100

-
+

Less

- - + - + + +

More