Skip to content

Commit d6455f4

Browse files
committed
fix: background color in dark mode
1 parent fd043ff commit d6455f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function RootLayout({ children }: LayoutProps) {
3131
<meta charSet="utf-8" />
3232
<meta name="viewport" content="width=device-width, initial-scale=1" />
3333
</head>
34-
<body className="tracking-tight antialiased text-gray-900 dark:text-slate-300">
34+
<body className="tracking-tight antialiased text-gray-900 dark:text-slate-300 dark:bg-slate-900">
3535
<Providers>
3636
<Announcement />
3737
<Header />

0 commit comments

Comments
 (0)