Skip to content

Commit

Permalink
Light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 2, 2023
1 parent be4f340 commit 6e3edd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/website/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ export const metadata: Metadata = {

export default function Layout({ children }: { children: ReactElement }) {
return (
<html lang="en" className="whitespace-pre-line" suppressHydrationWarning>
<body className={cn(fontSans.variable, "bg-background")}>
<html lang="en" suppressHydrationWarning>
<body
className={cn(fontSans.variable, "bg-background whitespace-pre-line")}
>
<ThemeProvider
attribute="class"
defaultTheme="system"
Expand Down

0 comments on commit 6e3edd6

Please sign in to comment.