You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLDR: Try removing color-mode cookie and it should work fine
Just faced this issue and the problem that there was already a color mode cookie with value=system (the default). It looks like the module only creates the cookie if there's none while it should always override it or override when the cookie value != preference.
this is my nuxt color mode config in nuxt.config.ts:
colorMode: { classSuffix: '', preference: 'light', fallback: 'light', },
its starting always by default dark mode. how Can i fix it and put the prefrence on system ?
The text was updated successfully, but these errors were encountered: