React Toastify Dark Mode
<ToastContainer toastStyle={{ backgroundColor: "crimson" }} />
Run code snippet
Gleaming Gemsbok
<ToastContainer toastStyle={{ backgroundColor: "crimson" }} />
Run code snippet
toast("Hello!", {
className: css({
background: "#00FF00 !important"
})
});