mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
feat: add classes to html
This commit is contained in:
parent
8706f45686
commit
ae7cb2f01a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue