Open
Description
How do I customize the colorBgContainer style for the compatible/Comment
component? I've tried many different guesses in the ConfigProvider theme property, including
components: {
Comment: {
colorBgContainer: 'transparent',
},
}
as well as
components: {
compatible: {
Comment: {
colorBgContainer: 'transparent',
},
},
}
and I can't get it to take. Documentation for theming compatible components is completely absent. Any help is appreciated.
Metadata
Assignees
Labels
No labels