diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-25 15:47:18 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-25 15:47:18 +0700 |
| commit | dda4a5a1aff91f186cda930242bf408d64e14adb (patch) | |
| tree | ded6a7f78ff816b9b2556caa908e5cb254eab691 /src/lib/product/components | |
| parent | 9bece5cc8b9c800b76dcd65b9c5e2aed60d24278 (diff) | |
<iman> update tampilan mobile
Diffstat (limited to 'src/lib/product/components')
| -rw-r--r-- | src/lib/product/components/Product/ProductMobileVariant.jsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/product/components/Product/ProductMobileVariant.jsx b/src/lib/product/components/Product/ProductMobileVariant.jsx index c1d7ffe0..4018ac15 100644 --- a/src/lib/product/components/Product/ProductMobileVariant.jsx +++ b/src/lib/product/components/Product/ProductMobileVariant.jsx @@ -183,7 +183,9 @@ const ProductMobileVariant = ({ product, wishlist, toggleWishlist }) => { )} </button> </div> - <h1 className='leading-6 font-medium mb-3'>{activeVariant?.name}</h1> + <h1 className='font-medium text-h-lg leading-8 md:text-title-md md:leading-10 mb-3'> + {activeVariant?.name} + </h1> {activeVariant.isFlashSale && activeVariant?.price?.discountPercentage > 0 ? ( |
