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; children: React.ReactNode;
}) { }) {
return ( return (
<html lang="en" className="light"> <html lang="en" className="light bg-white">
<body <body
className={cn( className={cn(
'grainy min-h-screen font-sans text-slate-900 antialiased', 'grainy min-h-screen font-sans text-slate-900 antialiased',