Skip to content

Commit

Permalink
disabled system theme for consistency on load with dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoLuglio committed Oct 15, 2024
1 parent cfb9b69 commit fcea122
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default function RootLayout({
<ThemeProvider
attribute="class"
defaultTheme="dark"
enableSystem
disableTransitionOnChange
>
<ThemeProviderContext userId={userId ?? undefined}>
Expand Down

0 comments on commit fcea122

Please sign in to comment.