From 14e5f436ce8e1ad110e60169095631916bf167d3 Mon Sep 17 00:00:00 2001 From: Fringg Date: Mon, 2 Mar 2026 21:09:36 +0300 Subject: [PATCH] fix: bar chart white hover cursor on dark theme Recharts BarChart default tooltip cursor renders a white Rectangle on hover which washes out the dark theme. Set cursor fill to grid color with low opacity for a subtle theme-appropriate highlight. Fixes addons "By package" and deposits "By payment method" charts. --- src/components/sales-stats/SimpleBarChart.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sales-stats/SimpleBarChart.tsx b/src/components/sales-stats/SimpleBarChart.tsx index 1366944..dc144a8 100644 --- a/src/components/sales-stats/SimpleBarChart.tsx +++ b/src/components/sales-stats/SimpleBarChart.tsx @@ -71,6 +71,7 @@ export function SimpleBarChart({ allowDecimals={false} />