Refactor #5437 - Removed shared classes

This commit is contained in:
tugcekucukoglu 2024-03-22 11:53:44 +03:00
parent 6e2280009f
commit 4d640c4442
16 changed files with 50 additions and 37 deletions

View file

@ -22,7 +22,7 @@ const classes = {
}
],
button: ({ props }) => [
'p-speeddial-button p-button-rounded',
'p-speeddial-button',
{
'p-speeddial-rotate': props.rotateAnimation && !props.hideIcon
}