mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
docs(layout.tsx): added text-foreground (#5316)
This commit is contained in:
parent
dcd6244935
commit
6129e4bc79
@ -75,7 +75,7 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
|
||||
<head />
|
||||
<body
|
||||
className={clsx(
|
||||
"min-h-screen bg-background font-sans antialiased",
|
||||
"min-h-screen text-foreground bg-background font-sans antialiased",
|
||||
fonts.sans.variable,
|
||||
fonts.mono.variable,
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user