Skip to content

Commit

Permalink
fix: bg color of old docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Jun 13, 2024
1 parent 6466378 commit 074a8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function App() {
<Meta />
<Links />
</head>
<body className="min-h-screen flex flex-col md:flex-row bg-background">
<body className="min-h-screen flex flex-col md:flex-row bg-zinc-800">
<Layout>
<Outlet />
</Layout>
Expand Down

0 comments on commit 074a8c5

Please sign in to comment.