fix(public): add white background (dark mode on mobile safari broken)

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-10-29 21:08:21 +01:00
parent a187dcd126
commit dfe36feb70

View File

@@ -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',