Closed s0kil closed 5 years ago
Would be great to be able to customize default control colors.
For example:
export default { data() { carouselControlsButtonColor: "rgba(255, 255, 255, 0)"; } components: { Carousel, Slide } };
And Carousel would inherit those properies.
Carousel
@DanielSokil agreed. Right now I think you can do it with styling and :global ?
Closing since the official way to do this is via global.
Would be great to be able to customize default control colors.
For example:
And
Carousel
would inherit those properies.