Commit 09ac0f27 authored by Yuri Mikhin's avatar Yuri Mikhin Committed by Yuri Mikhin

Add xs size to Heading.

parent a25fca10
...@@ -32,6 +32,10 @@ const sizes = { ...@@ -32,6 +32,10 @@ const sizes = {
fontSize: '18px', fontSize: '18px',
lineHeight: '24px', lineHeight: '24px',
}), }),
xs: defineStyle({
fontSize: '14px',
lineHeight: '20px',
}),
}; };
const Heading = defineStyleConfig({ const Heading = defineStyleConfig({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment