-
Notifications
You must be signed in to change notification settings - Fork 178
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
refactor(components, app): move StyledText from app to components #14715
Conversation
move StyledText from app to components for Chip component unification. close AUTH-228
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.
nice! I did some smoke testing in app/odd/storybook and things look good. Once this merges, I think you should post it in the app and ui channel so all frontend devs are aware. This refactor also means that PD can use StyledText
instead of having its own version, so that's awesome.
…4715) * refactor(components, app): move StyledText from app to components
Overview
move
StyledText
from app to components for Chip component update+unification.https://opentrons.slack.com/archives/C06M6R72UDS/p1710857517041999?thread_ts=1710857252.462119&cid=C06M6R72UDS
Chip component uses
StyledText
and components has been released as a npm package.close AUTH-228
Test Plan
Changelog
Review requests
Risk assessment
mid since this PR updated 389 files