Skip to content

Commit 11d8d4a

Browse files
set backgroundcolor
1 parent 07f00e2 commit 11d8d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function RootLayout({
1212
children: React.ReactNode
1313
}>) {
1414
return (
15-
<html lang="en">
15+
<html lang="en" style={{ backgroundColor: '#44403b' }}>
1616
<body>{children}</body>
1717
</html>
1818
)

0 commit comments

Comments
 (0)