mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 18:51:23 +00:00
Tried to optimize product page
This commit is contained in:
@@ -71,7 +71,7 @@ const Text: FunctionComponent<TextProps> = ({
|
||||
variant === 'sectionHeading',
|
||||
['text-sm leading-tight lg:text-base']: variant === 'listChildHeading',
|
||||
['max-w-prose text-lg text-high-contrast lg:text-xl']: variant === 'label',
|
||||
['max-w-prose lg:text-lg 2xl:text-xl']: variant === 'paragraph'
|
||||
['max-w-prose']: variant === 'paragraph'
|
||||
},
|
||||
className
|
||||
)}
|
||||
|
Reference in New Issue
Block a user