-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Components: Retire LIGHT_GRAY[ 200 ]
and DARK_GRAY[ 150 ]
#43719
Conversation
Size Change: -51 B (0%) Total Size: 1.25 MB
ℹ️ View Unchanged
|
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.
Changes LGTM 🚀
Pinging @jasmussen and @jameskoster to make sure these colors are ok
I believe that @mirka 's change in this PR is going in the direction that you suggest:
This PR is a little step towards it:
I assume that the rest of the |
Baby steps are great 👍 — just wanted to be clear on the colors in case I hadn't mentioned it before. |
Part of #40392
What?
Replaces the following colors:
LIGHT_GRAY[ 200 ]
→GRAY[ 100 ]
DARK_GRAY[ 150 ]
→GRAY[ 600 ]
Affected components:
isShady
prop. Not used anywhere in the repo.)disabled
prop.)disabled
prop.)Why?
We want to consolidate our grays to the canonical gray scale in
@wordpress/base-styles
.How?
Replace with the closest colors in the main GRAY object.
Testing Instructions
npm run storybook:dev
isShady
props if you want.Screenshots or screencast