Skip to content

Commit

Permalink
fixed mantine theme build error
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Jun 3, 2024
1 parent 8abb9bb commit 2dea03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MantineWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const MantineWrapper = ({ children }) => {
case "light":
return "light";
default:
return 'auto';
return undefined;

}
}, [theme]);
Expand Down

0 comments on commit 2dea03d

Please sign in to comment.