collapse icon indicating copy to clipboard operation
collapse copied to clipboard

Change header color using inline styling

Open avinashsinghdhillon opened this issue 6 years ago • 1 comments

Is there a way to change the panel-header font-color using inline styling?

avinashsinghdhillon avatar Oct 08 '19 15:10 avinashsinghdhillon

yes, you can, I use css library from emotion/css: const classNameInternal = css({ ['.ant-collapse-item > .ant-collapse-header']: { color: "red", }, }); <Collapse className={classNameColor} items={[]}>

Enigama avatar Mar 23 '24 10:03 Enigama