-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: Tailwind CSS Migration from @emotion/styled #525
Conversation
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
@puayhiang Can we mark this PR as ready when it's done? Thanks!🙏 |
@superical Ok to merge ? |
@puayhiang Thanks! I just tried to run the PR and the network selection component looks a little different from its original styling. Just to check, is this due to the limitation of Tailwind? Or is there something else that can be done to match their styles? |
It's made to look like the menu bar on the left, maybe i can check with Jerry on this ? |
Ahh… It’s intentional. I see. I initially thought it was due to some limitations. Okay sure, you can check to see if the design of the component is alright first. If so, then we can proceed with merging. Thanks!😊 PS: The next step after this is to move that network selector component down on the verify page based on the new design. So it will be easier in the next step once we get the design right. |
Sorry!! I accidentally merged into #506 after resolving a merge conflict forgetting that I was previously testing this PR.🤦♂️ |
Summary
Migration from @emotion/styled to Tailwind CSS
Changes
Removed the use of styled, switched styling to Tailwind and to fit in to the design patterns in @tradetrust-ui-components
Issues
https://www.pivotaltracker.com/story/show/181055490