-
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
refactor: components using old theming #13955
Conversation
partial tailwind migration to fix colors
migrate qr-code pngs
✅ 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.
Looks good @wackerow thanks for the migration of these components. Left a small request.
@@ -4,7 +4,6 @@ import { | |||
Box, | |||
chakra, | |||
ChakraProps, | |||
Circle, | |||
HStack, | |||
Stack, | |||
Text, |
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 it possible to migrate this component completely to Tw? I feel that we only need to change a few components and avoid leaving this in a hybrid situation.
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.
@pettinarip I started that and it led to a few complications that I didn't anticipate. For the sake of keeping scope of this PR trimmed to just the color updates, mind if I branch off and patch this up separately?
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.
Got it. Sure, we can tackle that separately.
Description
Updated to tailwind; colors updated to use latest theming
Related Issue
Theming updates