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 }} />