-
Notifications
You must be signed in to change notification settings - Fork 365
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
upcoming: [M3-6700] - Replace one-off hardcoded black and white color values with colorTokens #11165
Merged
pmakode-akamai
merged 3 commits into
linode:develop
from
pmakode-akamai:M3-6700-replace-one-off-hardcoded-neutral-color-values-with-colorTokens
Oct 29, 2024
Merged
Conversation
This file contains 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
…es with colorTokens
Coverage Report: ✅ |
dwiley-akamai
approved these changes
Oct 25, 2024
packages/manager/.changeset/pr-11165-upcoming-features-1729872623442.md
Outdated
Show resolved
Hide resolved
12 tasks
jaalah-akamai
approved these changes
Oct 28, 2024
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.
Keep in mind the structure change we talked about - up to you how you want to handle that in this PR or in a future one.
hkhalil-akamai
approved these changes
Oct 28, 2024
Cloud Manager E2E
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
|
Run duration | 25m 36s |
Commit |
|
Committer | Purvesh Makode |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
1
|
|
2
|
|
0
|
|
445
|
View all changes introduced in this branch ↗︎ |
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Approved
Multiple approvals and ready to merge!
Design Tokens
Laying the groundwork for Design Tokens
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 📝
colorTokens
- Part 2colorTokens
are global tokens, and they are theme-agnostic.Note
theme.colorTokens.Neutrals.Black
is pitch black ("#232326"
) in design tokensChanges 🔄
#000
orblack
withtheme.colorTokens.Neutrals.Black
("#232326"
)#fff
orwhite
withtheme.colorTokens.Neutrals.White
Target release date 🗓️
N/A
Preview 📷
#000
orblack
is now pitch black ("#232326"
) as per neutral black design color tokenHow to test 🧪
Verification steps
As an Author I have considered 🤔
Check all that apply