fix(projects): enforce contribution colors by theme

This commit is contained in:
poyrazavsever
2026-08-31 12:40:20 +03:00
parent d2c30da602
commit ca45b97c60
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const GRAPH_HEIGHT = 104;
const DAY_IN_MS = 24 * 60 * 60 * 1000;
const LEVEL_CLASSES: Record<GithubContributionDay["level"], string> = {
0: "fill-zinc-200 dark:fill-zinc-800",
0: "github-contribution-empty",
1: "fill-[#ff7373]",
2: "fill-[#ff5959]",
3: "fill-[#dc2626]",