Closed maclong9 closed 2 months ago
defineOgImageComponent('NuxtSeo', { title: page.value.title, description: page.value.description, siteLogo: '/mark.svg', theme: '#fcfcfc', colorMode: 'dark' })
[!NOTE] I can confirm the text renders correctly in light mode, just not in dark mode.
https://stackblitz.com/edit/nuxt-starter-pxs3wk?file=pages%2Findex.vue
Text color to be light enough to read when in dark mode.
No response
đ The bug
đ ī¸ To reproduce
https://stackblitz.com/edit/nuxt-starter-pxs3wk?file=pages%2Findex.vue
đ Expected behavior
Text color to be light enough to read when in dark mode.
âšī¸ Additional context
No response