mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor #4159
This commit is contained in:
parent
6578e42e19
commit
093562f217
3 changed files with 14 additions and 4 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue