mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-22 03:01:07 +00:00
darkmode by default - so that the colors don't f up on lightmode devices
This commit is contained in:
parent
a7dc883bc4
commit
ca8f2bbcea
2 changed files with 26 additions and 28 deletions
|
|
@ -62,11 +62,8 @@ export default function RootLayout({
|
|||
}): JSX.Element {
|
||||
return (
|
||||
<html lang="en">
|
||||
{/* <head>
|
||||
<ThemeScript />
|
||||
</head> */}
|
||||
{/* TODO: when lightmode support is added, remove the 'dark' class from the body tag */}
|
||||
<body className={`${inter.className} dark`}>{children}</body>
|
||||
<body className={`${inter.className}`}>{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue