compatible icon indicating copy to clipboard operation
compatible copied to clipboard

Customize Comment Background Color

Open tompenzer opened this issue 2 years ago • 1 comments

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.

tompenzer avatar Aug 09 '23 21:08 tompenzer

Did you happen to figure this out @tompenzer? I'm running into the same thing.

zwily avatar Aug 23 '23 18:08 zwily