From ca8f2bbcea3a89b0b8d3c59eeeaeeece8f84876b Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Tue, 18 Jun 2024 17:53:24 -0500 Subject: darkmode by default - so that the colors don't f up on lightmode devices --- apps/web/app/layout.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'apps/web') diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 8d7cd5ea..1b5558bb 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -62,11 +62,8 @@ export default function RootLayout({ }): JSX.Element { return ( - {/* - - */} {/* TODO: when lightmode support is added, remove the 'dark' class from the body tag */} - {children} + {children} ); } -- cgit v1.2.3