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
N/A -- see current docs site
<Icon size={IconSize.LARGE} />
Icons use font-size: inherit which results in a 14px icon even though the .bp5-icon-large class was applied.
font-size: inherit
.bp5-icon-large
.bp5-icon-large class should make the icon element use font-size: 20px so that the fallback icon font is sized correctly
font-size: 20px
adjust core CSS
The text was updated successfully, but these errors were encountered:
adidahiya
Successfully merging a pull request may close this issue.
Environment
Code Sandbox
N/A -- see current docs site
Steps to reproduce
<Icon size={IconSize.LARGE} />
Actual behavior
Icons use
font-size: inherit
which results in a 14px icon even though the.bp5-icon-large
class was applied.Expected behavior
.bp5-icon-large
class should make the icon element usefont-size: 20px
so that the fallback icon font is sized correctlyPossible solution
adjust core CSS
The text was updated successfully, but these errors were encountered: