This commit is contained in:
tuna2134
2026-05-27 08:07:11 +09:00
parent e9f10871f2
commit efaa624b51
4 changed files with 57 additions and 5 deletions

View File

@@ -27,9 +27,7 @@ export default function RootLayout({
lang="ja"
className={`${geistSans.variable} ${geistMono.variable} h-full antialiased`}
>
<body className="min-h-full flex flex-col bg-black text-white">
{children}
</body>
<body className="min-h-full flex flex-col">{children}</body>
</html>
);
}