-
Notifications
You must be signed in to change notification settings - Fork 5
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels