Skip to content

Commit

Permalink
chore: make default theme light
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanKaddour committed Jan 16, 2025
1 parent 5f370bb commit 83ddf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const MyApp: React.FC<AppProps> = ({ Component, pageProps }) => {
return (
<Provider store={store}>
<NextUIProvider>
<NextThemesProvider attribute="class" defaultTheme="dark">
<NextThemesProvider attribute="class" defaultTheme="light">
<Component {...pageProps} />
</NextThemesProvider>
</NextUIProvider>
Expand Down

0 comments on commit 83ddf3d

Please sign in to comment.