From ef5d3168cb4f7a484b2807c3c0a07b8c126d3608 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 30 Dec 2025 17:33:40 +0100 Subject: [PATCH] 30.12.25 --- src/App.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index c32277d1..72900d54 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -565,8 +565,7 @@ export default function App() { data={bar_data} index="label" categories={["invoiced", "pay30", "pay60"]} - colors={["#14b8a6", "#0284c7", "#9ca3af"]} - + colors={["teal", "sky", "gray"]} className="h-28" showLegend={false} showYAxis={false}