Skip to content

Commit 5992cc2

Browse files
committed
💄 Disable dark mode for gift Plus page
1 parent 2f3d892 commit 5992cc2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎app/pages/gift/plus/index.vue‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ const accountStore = useAccountStore()
184184
const { getCheckoutCurrency } = usePaymentCurrency()
185185
const { getAnalyticsParameters } = useAnalytics()
186186
187+
definePageMeta({ colorMode: 'light' })
188+
187189
useHead({
188190
title: $t('gift_plus_page_title'),
189191
meta: [

0 commit comments

Comments
 (0)