diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-10-09 04:31:44 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-10-09 04:31:44 +0000 |
| commit | 35c60323133fe66dbfa6bfe39248741cd695b181 (patch) | |
| tree | 9290c2f754238eff3758ac0c474a87487773f35e /src/lib/product/components/ProductCard.jsx | |
| parent | dc6d6df514375c7002686e31e6270f828b5a0ccf (diff) | |
| parent | 07601d9d59b70cd1f200a9a6ebf1d01801990960 (diff) | |
Merged in CR/Pricelist (pull request #97)
CR/Pricelist
Diffstat (limited to 'src/lib/product/components/ProductCard.jsx')
| -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> |
