Update button

This commit is contained in:
Leon van Zyl
2025-08-13 09:25:25 +02:00
parent c412e6e76d
commit 4eae69b8ce
7 changed files with 74 additions and 54 deletions

View File

@@ -23,7 +23,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en">
<html lang="en" className="dark">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>