Skip to content

Commit

Permalink
chore: set default theme to light
Browse files Browse the repository at this point in the history
Signed-off-by: James <[email protected]>
  • Loading branch information
James committed Sep 5, 2023
1 parent 25a096d commit 1f6e897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-client/app/_helpers/ThemeWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Props = {

export const ThemeWrapper: React.FC<Props> = ({ children }) => {
return (
<ThemeProvider enableSystem={true} attribute="class">
<ThemeProvider enableSystem={false} attribute="class">
{children}
</ThemeProvider>
);
Expand Down

0 comments on commit 1f6e897

Please sign in to comment.