Skip to content

Commit

Permalink
fix: force light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibha committed Dec 28, 2023
1 parent aae265e commit f38b632
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/app/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Toaster } from "@palettify/ui";

export function Providers({ children }: { children: React.ReactNode }) {
return (
<ThemeProvider defaultTheme="light">
<ThemeProvider forcedTheme="light">
<Toaster />
{children}
</ThemeProvider>
Expand Down
3 changes: 0 additions & 3 deletions apps/web/src/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
MailIcon,
TwitterIcon,
} from "@palettify/ui";
// import { ThemeToggle } from "@/components/theme-toggle";
import { siteConfig } from "@/config";
import { Wrapper } from "./wrapper";

Expand Down Expand Up @@ -52,8 +51,6 @@ export const Footer = async () => {
}
})}
</div>
{/* <Separator orientation="vertical" />
<ThemeToggle /> */}
</div>
</div>
</div>
Expand Down

0 comments on commit f38b632

Please sign in to comment.