This commit is contained in:
mertsincan 2023-07-19 12:34:12 +01:00
parent 6578e42e19
commit 093562f217
3 changed files with 14 additions and 4 deletions

View file

@ -112,8 +112,8 @@ const classes = {
text: 'p-toast-message-text',
summary: 'p-toast-summary',
detail: 'p-toast-detail',
button: 'p-toast-icon-close p-link',
buttonIcon: 'p-toast-icon-close-icon'
closeButton: 'p-toast-icon-close p-link',
closeIcon: 'p-toast-icon-close-icon'
};
const { load: loadStyle } = useStyle(styles, { name: 'toast', manual: true });