Adjusting React-slick component elements.

Is it possible to adjust/see the react-slick slider component dots or arrows in Plasmic studio?
Or do I have to integrate into a codebase and adjust the component there? (ref: https://react-slick.neostack.com/docs/example/custom-arrows; https://forum.plasmic.app/t/how-to-modify-style-the-dots-and-arrows-on-the-react-slick-component/1100)

It’s actually already there, it’s just that the default color is white, annoyingly. So you will need some custom CSS to target those elements and color them differently, I don’t remember the exact class name off the top of my head but I think it was slick-next and slick-prev

Thanks @yang!