compatible
compatible copied to clipboard
Customize Comment Background Color
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.
Did you happen to figure this out @tompenzer? I'm running into the same thing.