summaryrefslogtreecommitdiff
path: root/src/lib/product/components/ProductCard.jsx
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-10-09 11:32:36 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-10-09 11:32:36 +0700
commitec2bbfeaa09d6fb01bbe4ad97cc978b5a68500ff (patch)
treea65b422ee4024a1add4c5dd450158f1773f9f2d9 /src/lib/product/components/ProductCard.jsx
parent591dc095a0e5f655e419ec4d1ae11d8f54bed196 (diff)
change rounded
Diffstat (limited to 'src/lib/product/components/ProductCard.jsx')
-rw-r--r--src/lib/product/components/ProductCard.jsx2
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>