-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: swap default expand icon for collapse component #491
Conversation
|
<AntCollapse {...props} /> | ||
<AntCollapse | ||
expandIcon={({ isActive }): React.JSX.Element => | ||
isActive ? <Icon name="dropdownOpen" size="sm" /> : <Icon name="next" size="sm" /> |
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.
why does the native ant icon not work for us?
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.
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.
it does look better indeed
🎉 This PR is included in version 1.37.0-notification-unread-indicator.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.37.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
This PR sets the default icons for the Collapse component usage and fix table advanced filters docs to use it.
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)