-
Notifications
You must be signed in to change notification settings - Fork 5.2k
style: Update Sepolia background color #31680
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
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. |
✨ Files requiring CODEOWNER review ✨🖥️ @MetaMask/wallet-ux
|
e39273a
to
d4850c1
Compare
Builds ready [7f24ce3]
UI Startup Metrics (1223 ± 54 ms)
Bundle size diffs
|
Builds ready [5571766]
UI Startup Metrics (1206 ± 52 ms)
Bundle size diffs
|
@@ -12,7 +12,7 @@ Before adding a color here make sure that there isn't a design token available. | |||
// DEPRECATED | |||
// These third party network colors have been deprecated and should be removed once they are no longer in use. We should be using images to represent these networks instead. | |||
--color-network-goerli-default: #1098fc; | |||
--color-network-sepolia-default: #cfb5f0; | |||
--color-network-sepolia-default: #c65cf2; |
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.
We may also want to update mobile https://vscode.dev/github/MetaMask/metamask-mobile/blob/main/app/util/networks/index.js#L101
Description
This updates the background color of Sepolia so that it looks more cohesive with other network logos in the network menu.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist