feat(layout): add dark mode background class to body element
Updated the body element in the layout component to include a background class supporting dark mode. This change enhances the application's theme capability by accommodating dark mode styling.
This commit is contained in:
parent
e417e46dee
commit
47361f453f
@ -17,7 +17,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en">
|
||||
<body
|
||||
className={`antialiased`}
|
||||
className={`antialiased bg-background dark`}
|
||||
>
|
||||
{children}
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user