From 917fc4812496dc3f3c8428be0ac2259fde8b2271 Mon Sep 17 00:00:00 2001 From: feyyazcigim Date: Sat, 7 Mar 2026 03:40:11 +0300 Subject: [PATCH] style(pod-line-graph): update labels, borders, and grid lines to gray-5 --- src/components/PodLineGraph.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/PodLineGraph.tsx b/src/components/PodLineGraph.tsx index d7a9671e1..3468cd642 100644 --- a/src/components/PodLineGraph.tsx +++ b/src/components/PodLineGraph.tsx @@ -349,12 +349,12 @@ export default function PodLineGraph({ ) : (
-

{label}

+

{label}

)} {/* Plot container with border */} -
+
{/* Harvested Section (Log Scale) - Left 20% (only shown if there are harvested plots) */} {hasHarvestedPlots && ( @@ -370,7 +370,7 @@ export default function PodLineGraph({ return (
); @@ -416,7 +416,7 @@ export default function PodLineGraph({ return (
); @@ -637,7 +637,7 @@ export default function PodLineGraph({ return (