Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitbatwani committed Oct 18, 2023
1 parent e6be0bc commit 4c8c888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className="p-8 bg-blue-50">{children}</body>
<body className="p-8 bg-gray-50">{children}</body>
</html>
)
}

0 comments on commit 4c8c888

Please sign in to comment.