-
Notifications
You must be signed in to change notification settings - Fork 5k
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: add background-muted color to design system #29117
Conversation
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. |
<Box padding={3} backgroundColor={BackgroundColor.backgroundMuted}> | ||
<Text color={TextColor.textDefault}> | ||
BackgroundColor.backgroundMuted | ||
</Text> | ||
</Box> |
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.
652af13
to
8579798
Compare
8579798
to
8074ac3
Compare
7707eb7
to
122ad28
Compare
@@ -150,7 +150,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;" |
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.
Updates toggle button color which uses the JSinCSS tokens
122ad28
to
54bf90e
Compare
Builds ready [54bf90e]
Page Load Metrics (1673 ± 51 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [526b29f]
Page Load Metrics (1771 ± 66 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
This PR adds support for the new
background-muted
color introduced in @metamask/design-tokens v4.2.0.Related issues
Fixes: N/A
Manual testing steps
Screenshots/Recordings
Before
before720.mov
After
after720.mov
Pre-merge author checklist
Pre-merge reviewer checklist