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

Background color #16

Closed
abbliseng opened this issue Jan 18, 2020 · 1 comment
Closed

Background color #16

abbliseng opened this issue Jan 18, 2020 · 1 comment

Comments

@abbliseng
Copy link

Describe the solution you'd like
A clear and concise description of what you want to happen.
Hi, I would like to be able to change the color of the white space between the middle color and color wheel. I found that there was something posted around a solution but could not get it to work. Therefore I would like to request it'd be made a easy option, let's say a attribute you send with when using the component.

Describe alternatives you've considered
Alternately I would like a more direct and specific guide on how to modify it the current way within the css file.

@rkunev
Copy link
Member

rkunev commented Jan 20, 2020

Since this was closed an hour after opening I'm assuming that you found out on your own how to change the color between the well (middle color) and the palette (color wheel/outer rainbow ring).
You're right that there was a similar question before, but for posterity, since the way to change the color changed, this is how to do it currently:

.rcp__palette::before {
    /* any color works (transparent doesn't, sorry) */
    background-color: gold; 
}

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

No branches or pull requests

2 participants