Skip to content

Commit

Permalink
Modal colour scheme fix (#3432)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleralsbury committed Apr 22, 2024
1 parent fb081e0 commit 87da4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/card-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
{%- render 'loading-spinner' -%}
</button>
</modal-opener>
<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 }}">
<div
role="dialog"
aria-label="{{ 'products.product.choose_product_options' | t: product_name: card_product.title | escape }}"
Expand Down

0 comments on commit 87da4ff

Please sign in to comment.