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