mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Styling updates
This commit is contained in:
@@ -35,9 +35,7 @@ const ProductCard: FC<Props> = ({
|
||||
{variant === 'slim' && (
|
||||
<>
|
||||
<div className="absolute inset-0 flex items-center justify-end mr-8 z-20">
|
||||
<span className="bg-accent-0 text-accent-9 inline-block p-3 font-bold text-xl break-words">
|
||||
{product.name}
|
||||
</span>
|
||||
<span className={s.tag}>{product.name}</span>
|
||||
</div>
|
||||
{product?.images && (
|
||||
<Image
|
||||
|
Reference in New Issue
Block a user