From 94d08972b5da429f992e5937caa936c1f020ecdb Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 30 Dec 2025 17:41:16 +0100 Subject: [PATCH] 30.12.25 --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 52c66740..f1f98548 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -565,7 +565,7 @@ export default function App() { data={bar_data} index="label" categories={["invoiced", "pay30", "pay60"]} - colors={["teal", "amber", "gray"]} + colors={["teal", "blue", "gray"]} className="h-28" showLegend={false} showYAxis={false}