Open
Description
I'm trying to use this configuration.
basic usage:
<ConfigProvider
card={{ className: passedCls }}
>
{children}
</ConfigProvider>
but when I add use it like this
<ConfigProvider
card={{ className: passedCls }}
theme={{ token: {}, components: { Layout: { siderBg: 'white' } } }}
>
{children}
</ConfigProvider>
it will no longer load geek-theme styles applied to the theme configuration.
Metadata
Metadata
Assignees
Labels
No labels