dropdown for product variant picker

main
alexanderroese 2024-07-13 17:37:47 +02:00
parent 025ae70b01
commit 81f90774ec
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
{% for product_variant in product.variants %}
<div data-value="{{ product_variant.title }}">
<img src="{{ product_variant.featured_image.src | image_url }}" height="100" width="100" style="border-radius: 4px">
<span>{{ product_variant.title }}</span>
<span style="color: rgb(var(--color-foreground));">{{ product_variant.title }}</span>
</div>
{% endfor %}
</div>