summaryrefslogtreecommitdiff
path: root/src/lib/product/components/Product.jsx
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-18 22:03:55 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-18 22:03:55 +0700
commit69f55de26319e570ce0a8c4dbe8a29cb0d0b51c5 (patch)
tree742f6a7f11812b6e236c2cfb69f94aa1b53a49e5 /src/lib/product/components/Product.jsx
parent8c38ac6b55ce3aa15196364619f8f22053a00c48 (diff)
optimization
Diffstat (limited to 'src/lib/product/components/Product.jsx')
-rw-r--r--src/lib/product/components/Product.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/Product.jsx b/src/lib/product/components/Product.jsx
index 2a3624e7..299cdc77 100644
--- a/src/lib/product/components/Product.jsx
+++ b/src/lib/product/components/Product.jsx
@@ -87,7 +87,7 @@ const Product = ({ product }) => {
<Image
src={product.image}
alt={product.name}
- className="h-72 object-contain object-center w-full border-b border-gray_r-4 bg-white"
+ className="h-72 object-contain object-center w-full border-b border-gray_r-4"
/>
<div className="p-4">