dropdown for product variant picker

main
alexanderroese 2024-07-13 18:55:38 +02:00
parent ab6d537562
commit ee28754a83
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
<div data-value="{{ product_variant.title }}">
<img src="{{ product_variant.featured_image.src | image_url }}" height="100" width="100" style="border-radius: 4px">
<div style="display: block; justify-content: space-between; align-items: center">
<div style="display: flex; justify-content: space-between; align-items: center">
<span style="color: rgb(var(--color-foreground));">{{ product_variant.title }}</span>
<span>{{ product_variant.price | money }}</span>
</div>