From 85b2c50d0570194e7656b172329f383d03ccdad2 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Tue, 30 Dec 2025 17:38:04 +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 72900d54..52c66740 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", "sky", "gray"]} + colors={["teal", "amber", "gray"]} className="h-28" showLegend={false} showYAxis={false}