summaryrefslogtreecommitdiff
path: root/src/lib/product
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-08-04 10:16:36 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-08-04 10:16:36 +0700
commit510ead4e768e35d4130eed1ef7ea85fbf91e2e9c (patch)
tree1024943d465c1aab8249863491391cf7a3fb2d06 /src/lib/product
parentec1daf8936a1290100f13ddb762287e85a6f0bb6 (diff)
change color text
Diffstat (limited to 'src/lib/product')
-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