-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: update token colors in meter, illustrated message #7205
Conversation
// TODO: ask design about what the color should be. Says gray-800 in the designs file, neutral in token spec, but different neutral in dropzone spec | ||
default: 'gray-800', | ||
isInDropZone: 'gray-500', // neutral doesn't seem to match the color in designs, opted for gray-500 instead | ||
default: 'neutral', |
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.
according to design, the illustration should have the same color both in an IllustratedMessage and in a DropZone. the design files do not currently reflect this but there are tickets to update them
@@ -82,11 +82,11 @@ const fillStyles = style<MeterStyleProps>({ | |||
borderStyle: 'none', | |||
borderRadius: 'full', | |||
backgroundColor: { | |||
default: 'informative', | |||
default: 'informative-visual', |
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.
matches what is in the design file. confirmed that the token accent-content-color-default
which is listed in the token file is not correct with spectrum.
Have we run chromatic against this? |
link to chromatic |
Closes
✅ Pull Request Checklist:
📝 Test Instructions:
🧢 Your Project: