Skip to content

Commit c7ba6c2

Browse files
committed
Add default dark theme
1 parent e3e0a26 commit c7ba6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/app/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function RootLayout({
2525
<ColorSchemeScript />
2626
</head>
2727
<body className={inter.className}>
28-
<MantineProvider>
28+
<MantineProvider defaultColorScheme="dark">
2929
<HeaderMenu />
3030
{children}
3131
</MantineProvider>

0 commit comments

Comments
 (0)