Light theme UI overhaul - #2
Open
jski21 wants to merge 2 commits into
Open
Conversation
Full redesign from dark to a clean light theme, auditing every color token: - Surfaces: dark ink backgrounds -> white cards on slate-100 app background - Text: white/opacity scale -> slate scale (900/800/700/600/500/400/300) - Borders: white-alpha -> slate-200/100; shadows softened to slate - P&L semantics: emerald/rose/amber shifted to -600/-700 for contrast on light - Colored panels (RoR, toasts, banners): /15-/20 fills -> -50/-100 light tints - Charts: light grid/axis, white tooltip, darker line palette for white bg - Day-of-week heatmap empty cell, scrollbars, skeleton shimmer all lightened - index.html: light theme-color, default iOS status bar, no dark class - PWA manifest theme/background -> light - Green felt-500 accent retained for buttons/active states (white text kept) https://claude.ai/code/session_01BJm4NrTLSrdCZaP8Rr5zXr
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Typography: adopt Inter; tighter tracking, tabular figures for all numbers - Surfaces: elevated .card system (ring + soft shadow) replacing flat borders - Iconography: crisp inline SVG icon set (Icon.jsx) replaces emoji in nav, header, banners, modals; spade brand mark in a gradient tile - Navigation: desktop segmented pill (white active chip), mobile bottom bar with accent indicator and stroke-weight emphasis - Dashboard: new gradient bankroll 'hero' card (balance + P&L/30d/ROI deltas with trend arrows, buy-ins badge) replacing the flat overview grid - Refined MetricCard, Risk-of-Ruin tile, header chips, and modals - Tailwind: felt 50-700 scale, card/hero shadows, Inter sans stack https://claude.ai/code/session_01BJm4NrTLSrdCZaP8Rr5zXr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Full redesign of Felt Ledger from the dark theme to a clean light theme, auditing every color token in the codebase (60+ distinct tokens inventoried and remapped). The felt-green accent is retained for buttons, active tabs, and pills — those keep white text.
Color mapping
slate-100with white cardswhite+ opacity scale →slate-900/800/700/600/500/400/300slate-200/100, soft slate shadows-400→-600/-700for contrast on white/15–/20fills → light-50/-100tintstheme-color, PWA manifestNotes
bg-felt-500) cases were explicitly protected so button text stays white.src,index.html, orindex.css.Verification
npm run build✅npm test✅ (14 tests)Open questions for review
slate-400(a bit light on white) — easy to bump toslate-500.https://claude.ai/code/session_01BJm4NrTLSrdCZaP8Rr5zXr
Generated by Claude Code