-
Notifications
You must be signed in to change notification settings - Fork 1
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
#54/create text UI component #85
Conversation
Add test:coverage script to run coverage tests
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.
Very nice ❤️
Just requesting changes because I believe we should update the component to use semantic tags as you suggested
Add TextColor enum Update index.css Rename --color-game to --gradient-game Add --primary-font variable
@vdedios, thanks for the feedback ❤️. I think this is ready for another review. |
Lowercase CSS class names
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!
Rename TextType to TextVariant and add a default tag and size
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.
Very nice!!
Use CSS classes instead of variables Update TextColor enum: extend the Color enums Update Icon component, pass the color as a className Update tests
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.
Very good!!!
Thank you 🎉 |
closes #54