Skip to content

Customize Comment Background Color #159

Open
@tompenzer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions