summaryrefslogtreecommitdiff
path: root/src/lib/product/components/ProductCard.jsx
diff options
context:
space:
mode:
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 491ecaae..9e559358 100644
--- a/src/lib/product/components/ProductCard.jsx
+++ b/src/lib/product/components/ProductCard.jsx
@@ -32,7 +32,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
<div className='absolute bottom-0 bg-red-600 w-full h-10 grid'>
<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 '>
- <span className='text-sm font-bold'>{product?.lowestPrice.discountPercentage}%</span>
+ <span className='text-sm font-bold text-black'>{product?.lowestPrice.discountPercentage}%</span>
</div>
<div className='bg-red-600 border border-solid border-yellow-400 p-2 rounded-full h-6 flex w-fit items-center justify-center gap-x-2'>
<ImageNext