diff --git a/components/github-contribution-graph.tsx b/components/github-contribution-graph.tsx index a9807f2..92aa888 100644 --- a/components/github-contribution-graph.tsx +++ b/components/github-contribution-graph.tsx @@ -12,7 +12,7 @@ const GRAPH_HEIGHT = 104; const DAY_IN_MS = 24 * 60 * 60 * 1000; const LEVEL_CLASSES: Record = { - 0: "fill-[#eeeeee] dark:fill-zinc-800", + 0: "fill-zinc-200 dark:fill-zinc-800", 1: "fill-[#ff7373]", 2: "fill-[#ff5959]", 3: "fill-[#dc2626]",