Fixed #589 - Overriding ProgressSpinner colors doc error

pull/599/head
Cagatay Civici 2020-10-22 14:52:34 +03:00
parent 3f2b51a487
commit 9799ab40dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import ProgressSpinner from 'primevue/progressspinner';
<p>Colors of the spinner can be changed by overriding the keyframes animation.</p>
<pre v-code.css>
<code>
@keyframes ui-progress-spinner-color {
@keyframes p-progress-spinner-color {
100%,
0% {
stroke: #d62d20;