Add close button to toasts on hover
This commit is contained in:
@@ -11,6 +11,7 @@ function Toasts() {
|
|||||||
return (
|
return (
|
||||||
<Toaster
|
<Toaster
|
||||||
theme={ui.resolvedTheme}
|
theme={ui.resolvedTheme}
|
||||||
|
closeButton
|
||||||
toastOptions={{
|
toastOptions={{
|
||||||
duration: 5000,
|
duration: 5000,
|
||||||
style: {
|
style: {
|
||||||
|
|||||||
Reference in New Issue
Block a user