summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-25 15:47:18 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-25 15:47:18 +0700
commitdda4a5a1aff91f186cda930242bf408d64e14adb (patch)
treeded6a7f78ff816b9b2556caa908e5cb254eab691
parent9bece5cc8b9c800b76dcd65b9c5e2aed60d24278 (diff)
<iman> update tampilan mobile
-rw-r--r--src/lib/product/components/Product/ProductMobileVariant.jsx4
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 ? (