feat: 添加首页、header/footer组件深色模式支持
This commit is contained in:
@@ -9,7 +9,7 @@ export default function LayoutWithHeaderFooter({
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<main className="flex-1 flex flex-col bg-zinc-50">
|
||||
<main className="flex-1 flex flex-col bg-zinc-50 dark:bg-zinc-950">
|
||||
{children}
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user