-
Notifications
You must be signed in to change notification settings - Fork 120
fix: makes productIcon optional in ProductSwitcherItem #4359
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: makes productIcon optional in ProductSwitcherItem #4359
Conversation
|
🦋 Changeset detectedLatest commit: 8def605 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@simpixelated is attempting to deploy a commit to the Twilio Team on Vercel. A member of the Team first needs to authorize it. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 8def605:
|
...ges/paste-core/components/product-switcher/stories/ProductSwitcher.customization.stories.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: krisantrobus <55083528+krisantrobus@users.noreply.github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Twilio teams (Twilio, Segment, and SendGrid) are updating the design of the unified identity product switcher. Currently, we're hacking in a solution by setting
productIcon={<></>}
or similar and passing custom styles to adjust the padding. This works for now, but ideally we should make this property optional for this new use-case.Contributing to Twilio