Skip to content

Commit 6674af9

Browse files
wip
1 parent 1e5903c commit 6674af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function App({
3232
}: Props) {
3333
const Wrapper = useWrapper({ withFullLayout, withLayout });
3434
return (
35-
<ThemeProvider theme={theme as DefaultTheme}>
35+
<ThemeProvider theme={theme as unknown as DefaultTheme}>
3636
<IconContext.Provider
3737
value={{
3838
size: 32,

0 commit comments

Comments
 (0)