Fixed #589 - Overriding ProgressSpinner colors doc error
parent
3f2b51a487
commit
9799ab40dc
|
@ -21,7 +21,7 @@ import ProgressSpinner from 'primevue/progressspinner';
|
||||||
<p>Colors of the spinner can be changed by overriding the keyframes animation.</p>
|
<p>Colors of the spinner can be changed by overriding the keyframes animation.</p>
|
||||||
<pre v-code.css>
|
<pre v-code.css>
|
||||||
<code>
|
<code>
|
||||||
@keyframes ui-progress-spinner-color {
|
@keyframes p-progress-spinner-color {
|
||||||
100%,
|
100%,
|
||||||
0% {
|
0% {
|
||||||
stroke: #d62d20;
|
stroke: #d62d20;
|
||||||
|
|
Loading…
Reference in New Issue