-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: adjust TagButton icon size and add position prop #1401
base: develop
Are you sure you want to change the base?
Conversation
margin-right: var(--space-quarter); | ||
} | ||
|
||
.TagButton .TagButton__icon svg { |
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.
This was being overridden by .Icon svg
, so I increased its specificity
This pull request is automatically being deployed by Amplify Hosting (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.
I think the only change that can land for sure right now is the icon size change.
Knowing what we know now, this is not likely how we would implement icon customization in this component - so that's a bit of a miss on our part. I think this is in a bit of a holding pattern and @shawnsharpDQ is aware but wanted to at least let you know we're still looking into what we actually need to do here.
No description provided.