Skip to content

Commit c9d7339

Browse files
update default theme to dark
1 parent d090773 commit c9d7339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
3535
return (
3636
<html lang="en" className={inter.className} suppressHydrationWarning>
3737
<body>
38-
<RootProvider theme={{ defaultTheme: "Darl" }}>{children}</RootProvider>
38+
<RootProvider theme={{ defaultTheme: "dark" }}>{children}</RootProvider>
3939
</body>
4040
</html>
4141
);

0 commit comments

Comments
 (0)