690401:1326 fix secutities uuid
This commit is contained in:
@@ -4,8 +4,10 @@ import { ThemeProvider as NextThemesProvider } from 'next-themes';
|
||||
|
||||
export default function ThemeProvider({
|
||||
children,
|
||||
nonce,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
nonce?: string;
|
||||
}) {
|
||||
return (
|
||||
<NextThemesProvider
|
||||
@@ -13,6 +15,7 @@ export default function ThemeProvider({
|
||||
defaultTheme="dark"
|
||||
enableSystem={false}
|
||||
themes={['light', 'dark']}
|
||||
nonce={nonce}
|
||||
>
|
||||
{children}
|
||||
</NextThemesProvider>
|
||||
|
||||
Reference in New Issue
Block a user