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
Hi , I found a bug or it's just because we have to use iconSize only with iconCode
iconSize="24" iconLiteral="ion-android-volume-off" don't change the size
iconSize="24" iconLiteral="ion-android-volume-off"
iconLiteral="ion-android-volume-off:24" set the size to 24 px
iconLiteral="ion-android-volume-off:24"
Thanks
The text was updated successfully, but these errors were encountered:
I figured out that happen when IconSize is before iconLiteral. I will make a pull request later to fix this.
Sorry, something went wrong.
e73bf37
No branches or pull requests
Hi , I found a bug or it's just because we have to use iconSize only with iconCode
iconSize="24" iconLiteral="ion-android-volume-off"
don't change the sizeiconLiteral="ion-android-volume-off:24"
set the size to 24 pxThanks
The text was updated successfully, but these errors were encountered: