diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-09 11:32:36 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-11 14:08:43 +0700 |
| commit | 39078f7b6978daaf062d1911b08d0207205526ad (patch) | |
| tree | 5059ebbdb9990ac630580808323e899e20e0f402 /src/lib | |
| parent | 5ab25c12716065421e64fcd91403bce31708eea6 (diff) | |
change rounded
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 91c1f40e..3b96ac32 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -38,7 +38,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { </div> <div className='relative'> <div className='flex gap-x-1 items-center p-2 justify-center'> - <div className='bg-yellow-400 rounded-full p-1 h-6 w-19 flex items-center justify-center '> + <div className='bg-yellow-400 rounded-lg p-1 h-6 w-19 flex items-center justify-center '> <span className='text-sm font-bold text-black'> {product?.lowestPrice.discountPercentage}% </span> |
