diff --git a/site/components/product/ProductCard/ProductCard.tsx b/site/components/product/ProductCard/ProductCard.tsx index 9d264ab5c..cf6ede438 100644 --- a/site/components/product/ProductCard/ProductCard.tsx +++ b/site/components/product/ProductCard/ProductCard.tsx @@ -45,7 +45,14 @@ const ProductCard: FC = ({ - setIsHover(false)} onMouseOver={() => setIsHover(true)}> + setIsHover(true)} + onTouchEnd={() => setIsHover(false)} + onMouseOut={() => setIsHover(false)} + onMouseOver={() => setIsHover(true)} + > {variant === 'slim' && !isHover && ( <>