We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IconButton
Implement an IconButton component that captures this pattern:
<Button unstyled><Icon icon="foo"/></Button>
And then gives the Icon a display: flex so it doesn't get additional spacing from the inline line height.
Icon
display: flex
The text was updated successfully, but these errors were encountered:
ButtonIcon
Successfully merging a pull request may close this issue.
Implement an
IconButton
component that captures this pattern:And then gives the
Icon
adisplay: flex
so it doesn't get additional spacing from the inline line height.The text was updated successfully, but these errors were encountered: