Closed
Description
Both defaultHeadlineMapping variants body1 and body2 - p (paragraph) tag. Other variants are block-types too (h1-h6) and no one inline/inline-block.
I can do this by
component={(props) => {
return <span
{...props}
/>
}}
or
variant="body2"
headlineMapping={{
body2: 'span',
}}
But it's not useful.