## 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 |
||
|---|---|---|
| .. | ||
| components | ||
| contexts | ||
| hooks | ||
| layouts | ||
| lib | ||
| pages | ||
| providers | ||
| services | ||
| types | ||
| utils | ||
| app.tsx | ||
| ssr.tsx | ||