Fixed #5547 - Remove styled from speed

This commit is contained in:
Cagatay Civici 2024-04-08 13:43:16 +03:00
parent 704f6dedf2
commit af56b7c054
16 changed files with 47 additions and 80 deletions

View file

@ -1,7 +1,7 @@
import BaseStyle from 'primevue/base/style';
const classes = {
root: 'p-icon-field'
root: 'p-iconfield'
};
export default BaseStyle.extend({