forked from crowetic/commerce
commit
9137b52340
@ -9,7 +9,7 @@ const ChevronUp = ({ ...props }) => {
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
fill="none"
|
fill="none"
|
||||||
shape-rendering="geometricPrecision"
|
shapeRendering="geometricPrecision"
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<path d="M18 15l-6-6-6 6" />
|
<path d="M18 15l-6-6-6 6" />
|
||||||
|
@ -26,7 +26,7 @@ const Text: FunctionComponent<Props> = ({
|
|||||||
const componentsMap: {
|
const componentsMap: {
|
||||||
[P in Variant]: React.ComponentType<any> | string
|
[P in Variant]: React.ComponentType<any> | string
|
||||||
} = {
|
} = {
|
||||||
body: 'p',
|
body: 'div',
|
||||||
heading: 'h1',
|
heading: 'h1',
|
||||||
pageHeading: 'h1',
|
pageHeading: 'h1',
|
||||||
sectionHeading: 'h2',
|
sectionHeading: 'h2',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user