Ant-design-pro: How to change "Collapse.Panel" style (header color)

Created on 27 Mar 2018  ·  3Comments  ·  Source: ant-design/ant-design-pro

How to add background color to collapse panel header?

All 3 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yjz1004 picture yjz1004  ·  3Comments

Yoping picture Yoping  ·  3Comments

renyi818 picture renyi818  ·  3Comments

yaoleiroyal picture yaoleiroyal  ·  3Comments

2uncle-code picture 2uncle-code  ·  3Comments