diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-01-04 13:10:07 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2024-01-04 13:10:07 +0700 |
| commit | 6b8f9cda775b6c4701bcbcf30b0fbe1434107d06 (patch) | |
| tree | 4baa706eb5ec1ffb2bad11c2b6a5936280e4fc80 /src/lib/product/components | |
| parent | 0d33de3744f612262c12d648cd7147a2ef238a36 (diff) | |
fixing font size tag flash sale
Diffstat (limited to 'src/lib/product/components')
| -rw-r--r-- | src/lib/product/components/Product/ProductDesktop.jsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/product/components/Product/ProductDesktop.jsx b/src/lib/product/components/Product/ProductDesktop.jsx index 4074f243..a12b8609 100644 --- a/src/lib/product/components/Product/ProductDesktop.jsx +++ b/src/lib/product/components/Product/ProductDesktop.jsx @@ -239,6 +239,7 @@ const ProductDesktop = ({ products, wishlist, toggleWishlist }) => { } width={1000} height={100} + className='h-full' /> </div> <div className='relative'> @@ -250,14 +251,14 @@ const ProductDesktop = ({ products, wishlist, toggleWishlist }) => { </span> </div> <div - className={`bg-red-600 border border-solid border-yellow-400 rounded-full h-9 p-2 flex w-[50%] items-center justify-center gap-x-4`} + className={`bg-red-600 border border-solid border-yellow-400 rounded-full h-9 p-2 flex w-[50%] items-center justify-center gap-x-1`} > <ImageNext src='/images/ICON_FLASH_SALE_WEBSITE_INDOTEKNIK.svg' width={17} height={10} /> - <span className='text-white text-lg font-semibold'> + <span className='text-white text-sm font-semibold'> {product?.flashSale?.tag != 'false' || product?.flashSale?.tag ? product?.flashSale?.tag |
