UI: Improve style of toast notification (#4064)

This commit is contained in:
Shailesh Parmar 2022-04-12 23:06:55 +05:30 committed by GitHub
parent e7c5bf8e7e
commit 1ecbe79958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -361,4 +361,18 @@
@apply tw-bg-white;
}
}
/* react tostify */
.Toastify__toast-container {
@apply tw-font-sans tw-break-words;
}
.Toastify__toast-body {
@apply tw-items-start;
}
.Toastify__toast-icon {
@apply tw-mt-1;
}
}