ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
653 stars 162 forks source link

How change the color of Pagination indicator in Tailwind #358

Closed AlexisThink closed 1 month ago

AlexisThink commented 4 months ago

Bug Trying to change the color of the Paginator has been achieved only locally, since when deploying the changes do not take effect

Deploy on Netlify

To Reproduce In main.css

@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
    --vc-clr-secondary: #bfbfbf !important;
    --vc-clr-primary: #ffffff !important;
}

I make the changes to these variables since by reviewing the package code I identified these are the variables that use the Paginator color

Expected behavior This is what the deployment should look like localhost_5173_(iPhone 12 Pro) When the display is done the Paginator uses the default colors