This commit is contained in:
tugcekucukoglu 2024-05-06 18:23:01 +03:00
parent 3cc675e50f
commit e1367fd494
89 changed files with 376 additions and 339 deletions

View file

@ -70,8 +70,8 @@ const theme = ({ dt }) => `
const classes = {
root: 'p-splitbutton p-component',
button: 'p-splitbutton-button',
dropdown: 'p-splitbutton-dropdown'
pcButton: 'p-splitbutton-button',
pcDropdown: 'p-splitbutton-dropdown'
};
export default BaseStyle.extend({