Skip to content

Commit

Permalink
feat: add background color to body
Browse files Browse the repository at this point in the history
  • Loading branch information
fulcain committed Feb 6, 2025
1 parent 4e746ef commit 24a019d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function RootLayout({
style={{ colorScheme: "dark" }}
className={`dark ${danaVF.className}`}
>
<body className="antialiased">
<body className="bg-background antialiased">
<ThemeProvider>{children}</ThemeProvider>
</body>
</html>
Expand Down

0 comments on commit 24a019d

Please sign in to comment.