Skip to content

Commit

Permalink
🦋 Allow admin to set a QR-code-less order on their be-BOP #1621
Browse files Browse the repository at this point in the history
  • Loading branch information
ithiame committed Dec 4, 2024
1 parent 9ce1b33 commit 6878fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
--tw-prose-bold: inherit;
--tw-prose-links: var(--body-hyperlink-color);
}
.credit-card-svg-fill {
.order-creditCard-svg {
color: var(--order-creditCard-svg-color);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(app)/order/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<span>{t('order.paymentLink')}</span>
{#if payment.processor === 'sumup'}
<IconSumupWide
class="h-12 {data.overwriteCbSvgColor ? 'credit-card-svg-fill' : ''} "
class="h-12 {data.overwriteCbSvgColor ? 'order-creditCard-svg' : ''} "
/>
{:else if payment.processor === 'stripe'}
<IconStripe class="h-12" />
Expand Down

0 comments on commit 6878fdb

Please sign in to comment.