You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: