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;
|
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user