테마 적용
This commit is contained in:
@@ -13,7 +13,7 @@ export default async function MainLayout({
|
||||
} = await supabase.auth.getUser();
|
||||
|
||||
return (
|
||||
<div className="flex min-h-screen flex-col bg-zinc-50 dark:bg-black">
|
||||
<div className="flex min-h-screen flex-col bg-background">
|
||||
<Header user={user} />
|
||||
<div className="flex flex-1 pt-16">
|
||||
<Sidebar />
|
||||
|
||||
Reference in New Issue
Block a user