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
Font sizes of Text component doesn't match with Polaris Text component.
Text
Example:
<%= polaris_text(as: :h4, variant: :headingXl) { "Hello" } %> <!-- 16px -->
<Text variant="headingXl" as="h4">Hello</Text> // 24px;
I was looking for the font variant with 24px but no variant existed. Is this because Polaris ViewComponent is using Polaris 12.0?
24px
12.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Font sizes of
Text
component doesn't match with Polaris Text component.Example:
Polaris ViewComponents
Polaris components
I was looking for the font variant with
24px
but no variant existed.Is this because Polaris ViewComponent is using Polaris
12.0
?The text was updated successfully, but these errors were encountered: