Bob AI: change the border radius to pill style

This commit is contained in:
2026-02-05 19:27:36 +02:00
parent 32c198f4c7
commit 000a287396

View File

@@ -84,7 +84,7 @@ const ProductCardItem = memo(({
}: ProductCardItemProps) => {
return (
<article
className={cls("card group relative h-full flex flex-col gap-4 cursor-pointer p-4 rounded-theme-capped", cardClassName)}
className={cls("card group relative h-full flex flex-col gap-4 cursor-pointer p-4 rounded-full", cardClassName)}
onClick={product.onProductClick}
role="article"
aria-label={`${product.brand} ${product.name} - ${product.price}`}