From b838ffe8cc772dbe365caf04068a43c5192ef047 Mon Sep 17 00:00:00 2001 From: Abderrahim Guerfi <89612748+RahimGuerfi@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:47:58 +0100 Subject: [PATCH] docs(www): add missing prop to ThemeProvider (#1447) Co-authored-by: shadcn --- apps/www/content/docs/dark-mode/next.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/www/content/docs/dark-mode/next.mdx b/apps/www/content/docs/dark-mode/next.mdx index 84bccb9740..175014c4ec 100644 --- a/apps/www/content/docs/dark-mode/next.mdx +++ b/apps/www/content/docs/dark-mode/next.mdx @@ -42,7 +42,12 @@ export default function RootLayout({ children }: RootLayoutProps) { - + {children}