mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 14:36:59 +00:00
Reduce font size of title into product view component
This commit is contained in:
parent
aaeca5b711
commit
459cab1337
@ -48,7 +48,7 @@ const ProductView: FC<ProductViewProps> = ({ product, relatedProducts }) => {
|
||||
<ProductTag
|
||||
name={product.name}
|
||||
price={`${price} ${product.price?.currencyCode}`}
|
||||
fontSize={32}
|
||||
fontSize={28}
|
||||
/>
|
||||
<div className={s.sliderContainer}>
|
||||
<ProductSlider key={product.id}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user