Skip to content

Commit

Permalink
final theme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grzim committed Apr 22, 2024
1 parent 0c718e2 commit d7fe663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async function RootLayout({
type="text/css"
/>
</head>
<body id="root">
<body>
<AuthProvider>
{children}
<Analytics />
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import defaultTheme from "tailwindcss/defaultTheme";

/** @type {import('tailwindcss').Config} */
export default {
darkMode: ["class", "selector"],
darkMode: "class",
content: [
"./app/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
Expand Down

0 comments on commit d7fe663

Please sign in to comment.