Skip to content

Commit

Permalink
[SSP-2867] - product list item variant gap, regenerate screenshots (#…
Browse files Browse the repository at this point in the history
…3676)
  • Loading branch information
TomasGottvald authored Dec 17, 2024
1 parent 06a775e commit 3748511
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const ProductListItem = forwardRef<HTMLLIElement, ProductItemProps>(
</div>

{product.__typename === 'MainVariant' && (
<div className="flex w-fit items-center gap-1.5 whitespace-nowrap rounded-md bg-background py-1.5 font-secondary text-xs group-hover:text-text">
<div className="flex w-fit items-center gap-1.5 whitespace-nowrap rounded-md bg-background px-2.5 py-1.5 font-secondary text-xs group-hover:text-text">
<VariantIcon className="size-3 text-textAccent" />
{product.variantsCount} {t('variants count', { count: product.variantsCount })}
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3748511

Please sign in to comment.