re-enabled light mode and button
This commit is contained in:
@@ -60,7 +60,7 @@ export default function RootLayout({
|
||||
<body className={inter.className}>
|
||||
<ThemeProvider
|
||||
attribute="class"
|
||||
defaultTheme="dark"
|
||||
defaultTheme="system"
|
||||
enableSystem
|
||||
disableTransitionOnChange
|
||||
>
|
||||
|
||||
@@ -52,7 +52,7 @@ function Navbar() {
|
||||
View on Github
|
||||
</Link>
|
||||
</Button>
|
||||
{/* <ModeToggle /> */}
|
||||
<ModeToggle />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user