re-enabled light mode and button

This commit is contained in:
Bram Suurd
2024-05-02 13:56:20 +02:00
parent 94ec0bd4d2
commit b6b20d791f
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ export default function RootLayout({
<body className={inter.className}>
<ThemeProvider
attribute="class"
defaultTheme="dark"
defaultTheme="system"
enableSystem
disableTransitionOnChange
>

View File

@@ -52,7 +52,7 @@ function Navbar() {
View on Github
</Link>
</Button>
{/* <ModeToggle /> */}
<ModeToggle />
</div>
</div>
</div>