From 3b32b3858669bf1f9e14dfc5955c27e6c43b49a4 Mon Sep 17 00:00:00 2001 From: smanylov Date: Tue, 16 Dec 2025 20:33:06 +0700 Subject: [PATCH] border color for stacked bar --- src/app/components/StackedBarChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/StackedBarChart.tsx b/src/app/components/StackedBarChart.tsx index 71f8e24..ef9af12 100644 --- a/src/app/components/StackedBarChart.tsx +++ b/src/app/components/StackedBarChart.tsx @@ -32,7 +32,7 @@ export const StackedBarChart = ({ data }: Files) => { const mainColors = ['#0088FE20', '#00C49F20', '#FFBB2820', '#FF804220', '#FF000020', '#FFC0CB20']; const secondColors = ['#0088FE', '#00C49F', '#FFBB28', '#FF8042', 'red', 'pink']; - const strokeColor = "#bfbdbdd1"; + const strokeColor = "#dfdede24"; const strokeWidth = 1; const renderBarWithPartialBorder = (props: BarShapeProps) => {