We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd043ff commit d6455f4Copy full SHA for d6455f4
app/layout.tsx
@@ -31,7 +31,7 @@ export default function RootLayout({ children }: LayoutProps) {
31
<meta charSet="utf-8" />
32
<meta name="viewport" content="width=device-width, initial-scale=1" />
33
</head>
34
- <body className="tracking-tight antialiased text-gray-900 dark:text-slate-300">
+ <body className="tracking-tight antialiased text-gray-900 dark:text-slate-300 dark:bg-slate-900">
35
<Providers>
36
<Announcement />
37
<Header />
0 commit comments