diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-08-04 03:14:23 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-08-04 03:14:23 +0000 |
| commit | 76b277555adb635d61c70b6c77293139b20105f3 (patch) | |
| tree | 1024943d465c1aab8249863491391cf7a3fb2d06 /src | |
| parent | ead341a5453e2353ea393d2dc6688103c585bb39 (diff) | |
| parent | 510ead4e768e35d4130eed1ef7ea85fbf91e2e9c (diff) | |
Merged in CR/flash_sale (pull request #35)
change color text
Diffstat (limited to 'src')
| -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 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 |
