We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690e005 commit 9cdee3aCopy full SHA for 9cdee3a
components/MantineWrapper.tsx
@@ -16,7 +16,7 @@ export const MantineWrapper = ({ children }) => {
16
case "light":
17
return "light";
18
default:
19
- return 'auto';
+ return undefined;
20
21
}
22
}, [theme]);
0 commit comments