diff --git a/src/components/reports/CategoryBarChart.tsx b/src/components/reports/CategoryBarChart.tsx index 2b7da86..9e01f89 100644 --- a/src/components/reports/CategoryBarChart.tsx +++ b/src/components/reports/CategoryBarChart.tsx @@ -97,7 +97,7 @@ export default function CategoryBarChart({ type="category" dataKey="category_name" width={120} - tick={{ fill: "var(--muted-foreground)", fontSize: 12 }} + tick={{ fill: "var(--foreground)", fontSize: 12 }} stroke="var(--border)" /> setHoveredCategory(null)} wrapperStyle={{ cursor: "pointer" }} + formatter={(value) => {value}} /> {categoryEntries.map((c) => ( { const db = await getDb();