-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Updating blue to brand evolution blurple #474
Conversation
@@ -19,7 +19,7 @@ | |||
"description": "For raised neutral surface above background/default." | |||
}, | |||
"default-hover": { | |||
"value": "#1A1B1C", | |||
"value": "#1a1b1c", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same color. Just changing to lowercase. We are pretty inconsistent with this across the board so we can resolve in a enablement sprint
@@ -77,7 +77,7 @@ export type ThemeColors = { | |||
inverse: string; | |||
}; | |||
primary: { | |||
/** For primary semantic elements: interactive, active, selected... */ | |||
/** For primary semantic elements: interactive, active, selected */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing three dots
Co-authored-by: Brian August Nguyen <brianacnguyen@gmail.com>
Adjusted values for - primary.default-hover to #384DF5 - primary.default-pressed #2B3EDA
Adjusted primary-default-hover to "9EAAFF"
@georgewrmarshall LIGHT
DARK
|
Description
This PR updates the design tokens to align with the brand evolution "blurple" colors and fixes some casing inconsistencies introduced in #428. The changes primarily affect the blue color palette across our design system, ensuring consistency between Figma values and our implementation.
Key updates include:
Related issues
Fixes: #475
Manual testing steps
yarn storybook
yarn workspace @metamask/design-tokens jest src/js
to verify changesScreenshots/Recordings
Before
Blue color values (old):
#0376c9
#43aefc
#0376c9
#43aefc
before720.mov
After
Blue color values (new):
#4459ff
#8b99ff
#4459ff
#8b99ff
after720.mov
Pre-merge author checklist
Pre-merge reviewer checklist