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 && (