- Removed all padding from token logos throughout the app
- Logos now fill containers completely with
w-full h-full object-cover - Applied to both homepage and wallet pages
- Added proper background containers (purple for USV, cyan-blue gradient for Solana)
- Changed background from bright white (#f9fafb) to softer gray (#e5e7eb)
- Updated text color for better contrast (#1f2937)
- Applied consistent gray-200 background across all pages
- Fixed chart line contrast in light mode
- Charts now display in black during light mode (white in dark mode)
- Uses
currentColorwith Tailwind classes for automatic theme switching
client/src/pages/Home.tsx- Logo containers and chart colorsclient/src/pages/SimpleWallet.tsx- Logo containers and backgroundsclient/src/index.css- Global light mode colors