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

how to change organic-arrow-color ? please guide #204

Open
UAhmadSoft opened this issue Dec 9, 2021 · 1 comment
Open

how to change organic-arrow-color ? please guide #204

UAhmadSoft opened this issue Dec 9, 2021 · 1 comment

Comments

@UAhmadSoft
Copy link

I am using your nice component like this
<AwesomeSlider style={{ maxWidth: 200, maxHeight: 200, }} infinite={false} > {state?.images.map((img) => ( <div> <img src={img} /> {/* <h1>1</h1> */} </div> ))} </AwesomeSlider>

please guide me how to change organic-arrow-color

@zalogarciam
Copy link

zalogarciam commented Feb 1, 2023

Hello

The only way I could change it is overwriting these classes. Hope this helps

.awssld__controls__arrow-right::before{
background-color: var(--primary-highlight-color)!important;
}

.awssld__controls__arrow-right::after{
background-color: var(--primary-highlight-color)!important;
}

.awssld__controls__arrow-left::before{
background-color: var(--primary-highlight-color)!important;
}

.awssld__controls__arrow-left::after{
background-color: var(--primary-highlight-color)!important;
}

Actually, you can ignore the !important

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