Skip to content

Commit

Permalink
Update default theme in ThemeProvider to 'dark' for improved user exp…
Browse files Browse the repository at this point in the history
…erience
  • Loading branch information
aliirz committed Dec 14, 2024
1 parent d618f69 commit 0d0308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className="antialiased min-h-screen flex flex-col bg-background text-foreground">
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem>
<div className="flex flex-col min-h-screen">
<header className="border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 sticky top-0 z-50">
<div className="container mx-auto px-4 h-14 flex items-center justify-between">
Expand Down

0 comments on commit 0d0308a

Please sign in to comment.