How to add background color to collapse panel header?
Hello @cheung1111 , we use GitHub issues to trace bugs or discuss plans of Ant Design. So, please don't ask usage questions here. You can try to ask questions on Stack Overflow or Segment Fault, then apply tag antd and react to your question.
:global {
.ant-collapse-header{
//code
}
}
so we have Collapse headerStyle but no Panel headerStyle?