Open remy727 opened 5 months ago
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
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 Polaris12.0
?