From 844a99bdf4b21cf188d3c1ac084171d6055f264d Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 30 Dec 2025 17:26:36 +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 05f84528..27344ea9 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", "blue", "slate"]} + colors={["teal", "bg-sky-600", "bg-gray-400"]} className="h-28" showLegend={false} showYAxis={false}