Skip to content

Commit

Permalink
style: default light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed Sep 28, 2024
1 parent 42b99d5 commit 1bab442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/components/providers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const Provider: React.FunctionComponent<IProviderProps> = ({
locale,
}) => {
return (
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
// <ThemeProvider attribute="class" defaultTheme="system" enableSystem>

<ThemeProvider attribute="class" defaultTheme="light" enableSystem>
<APIProvider>
<I18nProviderClient locale={locale}>
<AuthProvider>
Expand Down

0 comments on commit 1bab442

Please sign in to comment.