fix(public): add white background (dark mode on mobile safari broken)
This commit is contained in:
@@ -37,7 +37,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" className="light">
|
||||
<html lang="en" className="light bg-white">
|
||||
<body
|
||||
className={cn(
|
||||
'grainy min-h-screen font-sans text-slate-900 antialiased',
|
||||
|
||||
Reference in New Issue
Block a user