feat : unify interactive stats and boarders in dark mode (#110)#1
feat : unify interactive stats and boarders in dark mode (#110)#1YasserYG8 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
📝 WalkthroughWalkthroughNew semantic color variables ( ChangesDesign Token Migration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Title feat: unify interactive states and borders in dark mode (DataDave-Dev#110)
Description
This PR addresses issue DataDave-Dev#110 by auditing and unifying interactive states (
hover,focus,active) and border styles in dark mode. It ensures high contrast (WCAG AA compliant) and visual polish across the application.Changes
--color-surface-hover,--color-surface-active,--color-border-dark, and brand hover variants) inglobals.css.Verification
pnpm typecheck(Passed successfully).pnpm test(All 66 tests passed successfully).pnpm build(Compiled production build successfully).pnpm lint(0 errors or warnings).Related Issues
Closes DataDave-Dev#110
Summary by CodeRabbit