fix(ui): improve dark mode toggle and form control colors#6
Merged
Conversation
- Use green-500 for toggle on-state in dark mode (primary is neutral gray) - Add ring outline for toggle off-state visibility in dark mode - Unify radio/checkbox selected color to green-500 in dark mode Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace native radio with custom component (unaffected by window focus) - Unify selected colors: slate-600 (light) / green-500 (dark) - Use accent-color for remaining native form controls - Optimize make run: use --no-bundle to skip DMG packaging Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
148922d to
59cceec
Compare
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
green-500instead ofprimary-500(which is neutral gray) in dark modeslate-600withring-1 ring-slate-400border for visibility in dark modeslate-600(light) /green-500(dark) across toggles, radio, checkboxaccent-colorCSS property for remaining native form controlsmake run: use--no-bundleto skip DMG packaging for faster iterationTest plan
make runbuilds faster (no DMG) and launches correctly🤖 Generated with Claude Code