Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
chore: default dark and squared
Browse files Browse the repository at this point in the history
  • Loading branch information
cacheonly committed Dec 14, 2023
1 parent dfc5f69 commit 5097bcd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<body className={inter.className}>
<NextThemeProvider>
<Theme accentColor="purple" grayColor="mauve">
<Theme
appearance="dark"
accentColor="purple"
grayColor="mauve"
radius="none"
>
{children}
<ThemePanel defaultOpen={false} />
</Theme>
Expand Down

0 comments on commit 5097bcd

Please sign in to comment.