whisper-money/resources/js
Víctor Falcón c32a7ab6ae
Fix chart hover background visibility in dark mode (#82)
## Summary

- Fixed hover background color in dark mode to improve visibility and
contrast with chart bars
- Changed from `fill-muted` (oklch(0.269 0 0)) to `fill-white/5` in dark
mode for a lighter, more transparent background
- Resolves issue where hover background was too similar to bar colors in
dark mode

## Changes

- Updated `ChartContainer` component to use `dark:fill-white/5` for the
recharts tooltip cursor in dark mode
- Maintains existing `fill-muted` behavior for light mode

Closes #66
2026-01-27 19:08:35 +01:00
..
components Fix chart hover background visibility in dark mode (#82) 2026-01-27 19:08:35 +01:00
contexts feat: Add PostHog (#70) 2026-01-20 10:47:59 +01:00
hooks chore: Simplify IndexedDB sync by moving to Inertia shared props (#63) 2026-01-19 19:15:26 +01:00
layouts Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
lib fix: Apply automation rule labels on transaction creation and import (#79) 2026-01-27 11:11:29 +01:00
pages feat: Reload transactions table on import proccess complete 2026-01-27 11:12:04 +01:00
providers Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
services fix: Delete transactions on local browser DB after deleting it on the backend 2026-01-27 11:12:05 +01:00
types feat: Load transactions history on budget created (#72) 2026-01-22 11:10:15 +01:00
utils Add Budgeting Feature to Track and Manage Spending (#36) 2026-01-21 15:25:50 +01:00
app.tsx fix: Progress bar color on dark scheme 2026-01-22 09:25:53 +01:00
ssr.tsx SSR was missing the privacy mode provider (#46) 2025-12-30 08:55:03 +01:00