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
iconOnly
7.2.6
This issue is reproducible on the Auro docsite
Icons are rendered on correctly on the docsite
Chrome
This bug is coming from the incorrect use of the customSize attribute on the auro-icon being used in the iconOnly buttons.
customSize
auro-icon
Icons render correctly on the iconOnly buttons
The text was updated successfully, but these errors were encountered:
fix(slim): render icon in icononly slim example #245
6ad671d
380e8c0
chore(release): 7.2.7 [skip ci]
5ae951d
## [7.2.7](v7.2.6...v7.2.7) (2024-02-14) ### Bug Fixes * **slim:** render icon in icononly slim example [#245](#245) ([380e8c0](380e8c0)) ### Performance Improvements * **demo:** update demofile name ([f11d9c5](f11d9c5)) * **examples:** update references to example files ([47bff95](47bff95)) * **jsdocs:** update event jsdocs ([954dbb4](954dbb4)) * **styles:** update styles for icon only buttons ([99f5488](99f5488)) * update dependencies ([83b4486](83b4486))
jordanjones243
Successfully merging a pull request may close this issue.
Please verify the version of auro-button you have installed
7.2.6
Please describe the bug
Reproducing the error on the docsite
This issue is reproducible on the Auro docsite
Expected behavior
Icons are rendered on correctly on the docsite
What browsers are you seeing the problem on?
Chrome
Additional context
This bug is coming from the incorrect use of the
customSize
attribute on theauro-icon
being used in theiconOnly
buttons.Exit criteria
Icons render correctly on the
iconOnly
buttonsThe text was updated successfully, but these errors were encountered: