Skip to content

Commit

Permalink
fix: disable system style
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed Sep 29, 2024
1 parent 1bab442 commit 949ba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/providers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Provider: React.FunctionComponent<IProviderProps> = ({
return (
// <ThemeProvider attribute="class" defaultTheme="system" enableSystem>

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

0 comments on commit 949ba06

Please sign in to comment.