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

renyi818 picture renyi818  ·  3Comments

zhongjiewu picture zhongjiewu  ·  3Comments

zhuanglong picture zhuanglong  ·  3Comments

yadongxie150 picture yadongxie150  ·  3Comments

ghost picture ghost  ·  3Comments