Refactored skeleton

pull/5677/head
Cagatay Civici 2024-04-08 14:18:20 +03:00
parent 141adf6177
commit 8ad4d107a5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ const classes = {
'p-skeleton p-component', 'p-skeleton p-component',
{ {
'p-skeleton-circle': props.shape === 'circle', 'p-skeleton-circle': props.shape === 'circle',
'p-skeleton-none': props.animation === 'none' 'p-skeleton-animation-none': props.animation === 'none'
} }
] ]
}; };

View File

@ -23,7 +23,7 @@ export default {
border-radius: 50%; border-radius: 50%;
} }
.p-skeleton-none::after { .p-skeleton-animation-none::after {
animation: none; animation: none;
} }