dashboard: add dark mode

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-28 06:47:04 +01:00
parent 64701bf29f
commit a1fa48da75
37 changed files with 181 additions and 155 deletions

View File

@@ -22,7 +22,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en" className="light">
<html lang="en" className="dark">
<body
className={cn('grainy min-h-screen bg-slate-100 font-sans antialiased')}
>