Skip to content

Commit 9cdee3a

Browse files
committed
fixed mantine theme build error
1 parent 690e005 commit 9cdee3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/MantineWrapper.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const MantineWrapper = ({ children }) => {
1616
case "light":
1717
return "light";
1818
default:
19-
return 'auto';
19+
return undefined;
2020

2121
}
2222
}, [theme]);

0 commit comments

Comments
 (0)