Skip to content

Commit cf0082f

Browse files
committed
fix ProductGrid
1 parent b6c7313 commit cf0082f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/User/components/Popular_Categories/ProductGrid.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function ProductCard({ product }) {
113113
<span className="text-gray-500 ml-1">({product.rating.count})</span>
114114
</div>
115115
{/* Add to cart button */}
116-
<div className="flex h-10 gap-2">
116+
<div className="flex h-13 gap-2">
117117
<button
118118
className="mt-1 bg-[#166635ff] text-white px-4 py-2 rounded text-sm w-full hover:bg-[#3d9970ff] transition-colors disabled:opacity-45 disabled:pointer-events-none"
119119
onClick={() => {

0 commit comments

Comments
 (0)