feat: add classes to html

This commit is contained in:
shadcn 2022-11-04 15:28:54 +04:00
parent 8706f45686
commit ae7cb2f01a

View file

@ -8,7 +8,7 @@ interface RootLayoutProps {
export default function RootLayout({ children }: RootLayoutProps) {
return (
<html lang="en">
<html lang="en" className="bg-white text-slate-900 antialiased">
<head />
<body className="min-h-screen">
{children}