Skip to content

Commit 2586554

Browse files
committed
style(app/layout.tsx): update background gradient colors
1 parent f1b48e1 commit 2586554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default function RootLayout({
7979
</Link>
8080
<ModeToggle />
8181
</header>
82-
<main className="bg-gradient-to-b from-white to-[#F3F4F6]">
82+
<main className="bg-gradient-to-b from-background to-muted">
8383
{children}
8484
</main>
8585
<footer className="container mx-auto p-4">

0 commit comments

Comments
 (0)