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

suifan picture suifan  ·  3Comments

gaoqiang19514 picture gaoqiang19514  ·  3Comments

skyFi picture skyFi  ·  3Comments

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

happier2 picture happier2  ·  3Comments