Merge branch 'main' into feature/test-shadcn-theme-overwrite
This commit is contained in:
commit
c0633a27df
1 changed files with 3 additions and 3 deletions
|
|
@ -24,9 +24,9 @@ export default function RootLayout({
|
||||||
suppressHydrationWarning
|
suppressHydrationWarning
|
||||||
>
|
>
|
||||||
<body className="min-h-full flex flex-col">
|
<body className="min-h-full flex flex-col">
|
||||||
<NextIntlClientProvider>
|
<ThemeProvider attribute="class" enableSystem defaultTheme="system">
|
||||||
<ThemeProvider>{children}</ThemeProvider>
|
<NextIntlClientProvider>{children}</NextIntlClientProvider>
|
||||||
</NextIntlClientProvider>
|
</ThemeProvider>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue