From 947594f9271598baf77e64a20f76f8fb9c9b7f0e Mon Sep 17 00:00:00 2001 From: mrdeyroy Date: Thu, 21 May 2026 23:42:30 +0530 Subject: [PATCH] fix(ui): remove dark overlay on chart hover --- src/components/ContributionGraph.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ContributionGraph.tsx b/src/components/ContributionGraph.tsx index 4040b373..58881d80 100644 --- a/src/components/ContributionGraph.tsx +++ b/src/components/ContributionGraph.tsx @@ -411,7 +411,7 @@ export default function ContributionGraph() { color: "var(--foreground)", fontSize: "12px", }} - cursor={{ fill: "var(--background)" }} + cursor={false} /> {hasFriendData && ( @@ -459,7 +459,7 @@ export default function ContributionGraph() { color: "var(--foreground)", fontSize: "12px", }} - cursor={{ fill: "var(--background)" }} + cursor={false} /> {hasFriendData && ( @@ -513,7 +513,7 @@ export default function ContributionGraph() { color: "var(--foreground)", fontSize: "12px", }} - cursor={{ fill: "var(--background)" }} + cursor={false} /> {hasFriendData && (