We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a36078a + af7ec89 commit d4e5f88Copy full SHA for d4e5f88
1 file changed
src/app/layout.tsx
@@ -163,7 +163,7 @@ export default function Layout({ children }: { children: ReactNode }) {
163
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify(websiteJsonLd) }} />
164
</head>
165
<body className={`${inter.variable} ${displaySerif.variable} flex min-h-screen flex-col antialiased`}>
166
- <RootProvider>{children}</RootProvider>
+ <RootProvider theme={{ defaultTheme: "system", enableSystem: true }}>{children}</RootProvider>
167
</body>
168
</html>
169
);
0 commit comments