Skip to content

Commit 079fe85

Browse files
committed
docs: update typo
1 parent e0d8907 commit 079fe85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default async function RootLayout() {
6262
return (
6363
<html>
6464
<body>
65-
<ThemeProvider storageKey="user-pref" defaultTheme={themes.dark}>
65+
<ThemeProvider storageKey="user-pref" defaultTheme={themes.dark.type}>
6666
{children}
6767
</ThemeProvider>
6868
</body>

0 commit comments

Comments
 (0)