From 43ca7740d12a4be1f919ccd988c96cb315f9f366 Mon Sep 17 00:00:00 2001 From: symbiologist Date: Tue, 9 Dec 2025 17:57:43 -0500 Subject: [PATCH] Remove gradients --- frontend/src/components/BarChartCard.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/components/BarChartCard.tsx b/frontend/src/components/BarChartCard.tsx index e2da5aa..7693781 100644 --- a/frontend/src/components/BarChartCard.tsx +++ b/frontend/src/components/BarChartCard.tsx @@ -1344,10 +1344,7 @@ export function BarChartCard({ )} style={{ width: `${widthPercent}%`, - background: `linear-gradient(90deg, ${lightenHex( - barColor, - 18 - )}, ${barColor})` + background: barColor }} />