## What changed - `src/components/TvlChart/TvlChart.tsx` uses Recharts which has its own tooltip styling - Tooltips may not respect the Chakra dark/light theme ## Why - Default Recharts tooltips are white/light — unreadable in dark mode - Should customize tooltip content with theme-aware colors ## How to test 1. Switch to dark mode 2. Hover over the TVL chart 3. Observe the tooltip — likely light background on dark theme
What changed
src/components/TvlChart/TvlChart.tsxuses Recharts which has its own tooltip stylingWhy
How to test