We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb081e0 commit 87da4ffCopy full SHA for 87da4ff
snippets/card-product.liquid
@@ -416,7 +416,7 @@
416
{%- render 'loading-spinner' -%}
417
</button>
418
</modal-opener>
419
- <modal-dialog id="QuickAddBulk-{{ card_product.id }}" class="quick-add-modal">
+ <modal-dialog id="QuickAddBulk-{{ card_product.id }}" class="quick-add-modal color-{{ section.settings.color_scheme }}">
420
<div
421
role="dialog"
422
aria-label="{{ 'products.product.choose_product_options' | t: product_name: card_product.title | escape }}"
0 commit comments