Skip to content

Commit 87da4ff

Browse files
authored
Modal colour scheme fix (#3432)
1 parent fb081e0 commit 87da4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/card-product.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
{%- render 'loading-spinner' -%}
417417
</button>
418418
</modal-opener>
419-
<modal-dialog id="QuickAddBulk-{{ card_product.id }}" class="quick-add-modal">
419+
<modal-dialog id="QuickAddBulk-{{ card_product.id }}" class="quick-add-modal color-{{ section.settings.color_scheme }}">
420420
<div
421421
role="dialog"
422422
aria-label="{{ 'products.product.choose_product_options' | t: product_name: card_product.title | escape }}"

0 commit comments

Comments
 (0)