-
Notifications
You must be signed in to change notification settings - Fork 26
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(textinput): update component specs #811
Conversation
Deploy preview for helix-ui ready! Built with commit 808c371 |
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 text input looks great. My only feedback is that the red "Required" indicator line looks thicker than the default blue active indicator line. Can we adjust that so that they have the same thickness/border weight?
@danielmdesigns yes, it was 2px , now i have reduced it to 1px . Please review the change . Thanks ! |
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.
Text input changes look good. Thanks!
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.
Dev LGTM
Description
<hx-textinput>
implementing color palette 2.0 stylesWhat are the relevant story cards/tickets? Any additional PRs or other references?
Jira: SURF2158
Before you request a review for this PR:
yarn test
to ensure all tests passed?