Overriding ProgressSpinner colors doc error #589
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
On docs at https://primefaces.org/primevue/showcase/#/progressspinner says you can change spinner colors by overriding:
@keyframes ui-progress-spinner-color {
but it should be:
@keyframes p-progress-spinner-color {
Also, I had to change the order of imports to have it working, otherwise the original keyframes animation css was applied.
So, instead of using the imports order like said on https://github.com/primefaces/primevue-quickstart/blob/master/src/main.js:
... I had to change to:
PrimeVue is amazing! Already using it with Vue 3. Thanks
The text was updated successfully, but these errors were encountered: