-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update table resizer svg and bump tokens package #7154
Conversation
Will run chromatic soon, need to double check that the tokens bump is what we expect |
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.
LGTM
positive: 'positive-700', | ||
notice: 'notice-700', | ||
negative: 'negative-800' | ||
accent: lightDark('blue-800', 'blue-900'), // accent-visual-color |
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.
is there are reason why we aren't using 'accent-800'/'accent-900' instead? that would more closely match how they describe it in the token figma file
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.
good call! I'm not sure why I dove down an extra layer when getting the colors haha
notice: 'notice-700', | ||
negative: 'negative-800' | ||
accent: lightDark('accent-800', 'accent-900'), // accent-visual-color | ||
informative: lightDark('accent-800', 'accent-900'), // informative-visual-color |
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.
mega nit: i think this should be informative-800
and informative-900
instead of accent
Closes
✅ Pull Request Checklist:
📝 Test Instructions:
🧢 Your Project:
RSP