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

[Question] Change fill/background color #818

Open
Zenahr opened this issue Sep 27, 2023 · 1 comment
Open

[Question] Change fill/background color #818

Zenahr opened this issue Sep 27, 2023 · 1 comment

Comments

@Zenahr
Copy link

Zenahr commented Sep 27, 2023

Given
image

I'd like to change it to something like this:
image

Is this possible through css? I tried both fill and backgroundColor attributes for this with no effect.

The icons I tried this with are RxCheckCircled, RxCrossCircled, RxMinusCircled, RxInfoCircled.

@MohcineDev
Copy link

if you want to do something like this
tw

you can target your svg icon using css like this
.btns a:nth-child(3) svg{
fill:red;
}

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

No branches or pull requests

3 participants