ant-design / compatible

https://compatible.now.sh
MIT License
89 stars 23 forks source link

Customize Comment Background Color #159

Open tompenzer opened 1 year ago

tompenzer commented 1 year ago

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.

zwily commented 1 year ago

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