feat(theme): make the secondary tonal family the brand teal#313
Closed
I-am-nothing wants to merge 2 commits into
Closed
feat(theme): make the secondary tonal family the brand teal#313I-am-nothing wants to merge 2 commits into
I-am-nothing wants to merge 2 commits into
Conversation
The secondary family was the M3-generated blue-grey (light #39656b / dark #b6c9d8), visibly off-brand next to the teal primary/accent. Shift the whole secondary ramp to brand teal — light #006973, a luminous #5bc2cd on dark — with its container/on/fixed tones moved into the same teal ramp. `color="secondary"` now reads as teal in both modes, giving a clean on-brand accent. Primary and the neutrals are untouched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Storybook Preview: https://mirrorstack-ai.github.io/web-ui-kit/pr/313/ |
The first pass used the M3 light tone (#5bc2cd) on dark, so filled secondary buttons looked pale. Use a deeper teal with white text so filled secondary reads like a solid teal CTA while staying readable as outline/text on the dark canvas. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Closing — revisiting the accent/surface theming approach holistically instead of a one-off secondary swap. |
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.
What
Repoint the
secondarytonal family from the M3-generated blue-grey to the brand teal (0.5.10 → 0.5.11).secondary#39656b→#006973#b6c9d8→#5bc2cdon-secondary#ffffff(—)#21323e→#00363bsecondary-container#beecf3→#9ceaf0#384956→#094a50on-secondary-container#224f55→#00474e#d2e5f5→#a7e9f0secondary-fixed-dim#b4dfe6→#82d3db#154a51→#00525aWhy
The secondary family read as a cold blue-grey next to the teal brand/primary, so anything on
color="secondary"clashed. Nowsecondaryis an on-brand teal in both modes — a clean second accent. (The darkprimarystays the M3 light-blue; this PR is only the secondary ramp.)Scope / safety
secondaryfamily changes —primary, neutrals, error/success/warning untouched.releaselabel).🤖 Generated with Claude Code