From 4ac357816e27c7a359c499db90c2a787847f0a39 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Mon, 12 Jan 2026 16:55:48 -0500 Subject: [PATCH] adjust interest graph css --- client/app/components/InterestGraph.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/app/components/InterestGraph.tsx b/client/app/components/InterestGraph.tsx index 02b704c..7e03f5f 100644 --- a/client/app/components/InterestGraph.tsx +++ b/client/app/components/InterestGraph.tsx @@ -81,7 +81,7 @@ export default function InterestGraph({ maxWidth: 440, overflow: "visible", }} - margin={{ top: 5, right: 0, left: 0, bottom: 10 }} + margin={{ top: 5, right: 0, left: 0, bottom: 15 }} data={data} > @@ -109,7 +109,7 @@ export default function InterestGraph({ animationEasing="ease-in-out" dot={false} activeDot={false} - style={{ filter: `drop-shadow(0px 0px 5px ${color})` }} + style={{ filter: `drop-shadow(0px 0px 0px ${color})` }} />