-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: migrate Card to tailwind #14683
base: dev
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
@corwintines left a couple of comments related to colors before we move forward with it.
<div | ||
className={cn( | ||
"flex flex-col justify-between space-y-4", | ||
"rounded-sm bg-ednBackground", |
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.
"rounded-sm bg-ednBackground", | |
"rounded-sm bg-background-highlight", |
className={cn( | ||
"flex flex-col justify-between space-y-4", | ||
"rounded-sm bg-ednBackground", | ||
"border border-solid border-lightBorder", |
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.
"border border-solid border-lightBorder", | |
"border border-solid border-low-contrast", |
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.
The changes mentioned before would avoid adding these colors as we don't want to support them anymore.
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.
Same here
Description
src/components/Card/index.tsx
from Chakra to tailwind