Refactor #6689 - For Toast

pull/6697/head
tugcekucukoglu 2024-10-31 10:21:12 +03:00
parent c3f5b11287
commit c05a3b52d6
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@ const theme = ({ dt }) => `
user-select: none;
}
.p-toast-close-button:dir(rtl) {
margin: -25% 0 0 auto;
left: -25%;
right: auto;
}
.p-toast-message-info,
.p-toast-message-success,
.p-toast-message-warn,