Is it possible to only apply night mode on certain layouts? #1190
Unanswered
daydream05
asked this question in
General
Replies: 1 comment
-
Take a look at your React tree in the devtools. There's a ColorModeProvider there, which keeps the state of current color mode. The ThemeProvider your import from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have docs subdirectory on my site and I'd like it to be the only one affected when I use dark/night mode while the rest of the site stays the same. Is this possible?
For context, I use gatsby
Beta Was this translation helpful? Give feedback.
All reactions