-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(time-picker): update icon to chevrondown16 #5115
fix(time-picker): update icon to chevrondown16 #5115
Conversation
Deploy preview for the-carbon-components ready! Built with commit 6b662d1 https://deploy-preview-5115--the-carbon-components.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 6b662d1 |
Deploy preview for carbon-components-react ready! Built with commit 6b662d1 https://deploy-preview-5115--carbon-components-react.netlify.com |
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 to me
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! Thanks for fixing 👍 ✅
Closes #5114
Updates the icon from
<TimePicker />
from<ChevronDownGlyph />
to<ChevronDown16 />
to be consistent with the<Select />
component.Changelog
Changed
<ChevronDown16 />
for<TimePicker />
Testing / Reviewing
Testing should ensure
<TimePicker />
icon is consistent with designs