From 47361f453f269f6f7eeb1b87a9670cad35283968 Mon Sep 17 00:00:00 2001 From: Mathis Date: Fri, 27 Sep 2024 16:57:48 +0200 Subject: [PATCH] feat(layout): add dark mode background class to body element Updated the body element in the layout component to include a background class supporting dark mode. This change enhances the application's theme capability by accommodating dark mode styling. --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba7b082..8429ae3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,7 +17,7 @@ export default function RootLayout({ return ( {children}