how to override control button style?
VicoErv opened this issue · 2 comments
VicoErv commented
how to override control button style?
shhdgit commented
You can set control-btn to false, use prev() and next() methods on slider instance(get ref from slider component) to customize your control button.
VicoErv commented
I mean i want to use stock button and change some style like gradient bg.
Now i can change it inside my component style using !important tag