fix: swap legacy indigo to ink tokens on header logo + Save Snapshot - #30
Merged
Merged
Conversation
Three sites from the early color-audit were still on the pre-modernization indigo palette. Realign them with the new ink/accent tokens: - App.tsx header logo tile: bg-gradient-to-br from-indigo-600 to-purple-600 → bg-ink (solid, matches the editorial tone) - SnapshotButton trigger: px-3 py-1.5 bg-indigo-600 text-white rounded-lg text-sm font-medium → caps px-4 py-2 border border-rule-strong rounded hover:bg-paper (matches sibling Duplicate / History secondary buttons in the scenario action row) - SnapshotButton in-dialog confirm: bg-indigo-600 → caps px-5 py-2 bg-ink text-canvas rounded hover:opacity-90 (matches Save changes primary) Also drops the camera emoji from the trigger label so the action row reads consistently — none of the adjacent buttons use icons. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Three residual sites from the original color-audit (recorded in commit
27dbe7d) were still using the pre-modernizationindigo-600palette. This PR brings them into the new ink/accent system.from-indigo-600 to-purple-600gradient → solidbg-ink. Removes the last purple/indigo moment in the chrome.bg-indigo-600 text-white rounded-lg text-sm font-medium→caps px-4 py-2 border border-rule-strong rounded hover:bg-paper. Now matches its siblings Duplicate and History (both secondary outlined caps buttons).bg-indigo-600→caps px-5 py-2 bg-ink text-canvas rounded hover:opacity-90. Matches the Save changes primary button used elsewhere.Independent of #29 (already merged); no dependency on any other branch.
Test plan
npm run lintcleannpm run buildclean (463.86 kB JS, 48.03 kB CSS)npm test— 28/28 pass🤖 Generated with Claude Code