We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5903c commit 6674af9Copy full SHA for 6674af9
1 file changed
src/components/app/index.tsx
@@ -32,7 +32,7 @@ export default function App({
32
}: Props) {
33
const Wrapper = useWrapper({ withFullLayout, withLayout });
34
return (
35
- <ThemeProvider theme={theme as DefaultTheme}>
+ <ThemeProvider theme={theme as unknown as DefaultTheme}>
36
<IconContext.Provider
37
value={{
38
size: 32,
0 commit comments