feat: upgrade to brand evolution colors#31256
Merged
georgewrmarshall merged 2 commits intomainfrom Mar 25, 2025
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
| "@metamask/contract-metadata": "^2.5.0", | ||
| "@metamask/controller-utils": "^11.4.0", | ||
| "@metamask/design-tokens": "^5.0.0", | ||
| "@metamask/design-tokens": "^5.1.0", |
Contributor
Author
There was a problem hiding this comment.
Upgrading design tokens from V3 release of design system monrepo
| @@ -63,7 +63,7 @@ exports[`IncomingTransactionToggle should render existing incoming transaction p | |||
| style="display: flex; width: 52px; align-items: center; justify-content: flex-start; position: relative; cursor: pointer; background-color: transparent; border: 0px; padding: 0px; user-select: none;" | |||
Contributor
Author
There was a problem hiding this comment.
Updating snapshots that use the Toggle button which uses the JS design tokens instead of the CSS variables
Collaborator
Builds ready [3b9d9e5]
Page Load Metrics (2523 ± 377 ms)
Bundle size diffs
|
brianacnguyen
approved these changes
Mar 25, 2025
darkwing
approved these changes
Mar 25, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
This PR updates the
@metamask/design-tokenspackage from v5.0.0 to v5.1.0 to align with MetaMask's brand evolution color updates. The most notable change is the transition from our traditional blue to the new "blurple" color scheme, which can be seen in various UI components like toggle switches and interactive elements.Key changes include:
#0376c9→#4459ff#43aefc→#8b99ffRelated issues
Fixes: https://github.com/MetaMask/MetaMask-planning/issues/4406
Manual testing steps
yarn startyarn storybookBannerAlertstory for correct color implementationScreenshots/Recordings
Before
Reviewing current colors across the extension in light and dark theme
before720.mov
BanneAlertstoriessb.before720.mov
After
Reviewing brand evolution colors across the extension in light and dark theme
after720.mov
BanneAlertstoriessb.after720.mov
Pre-merge author checklist
Pre-merge reviewer checklist