Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change header color using inline styling #135

Open
avinashsinghdhillon opened this issue Oct 8, 2019 · 1 comment
Open

Change header color using inline styling #135

avinashsinghdhillon opened this issue Oct 8, 2019 · 1 comment

Comments

@avinashsinghdhillon
Copy link

avinashsinghdhillon commented Oct 8, 2019

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

@Enigama
Copy link

Enigama commented Mar 23, 2024

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={[]}>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants