Closed xskipy closed 7 months ago
I would like to add linear gradient background to the toast
<Toaster toastOptions={{ style: { background: "linear-gradient(90deg, #123 0%, #456 100%)" } }} /> />
However that does not seem to work currently.
Hi there! I tried reproducing and this works fine for me: https://codesandbox.io/p/sandbox/react-hot-toast-demo-q6ryq8?file=%2Fsrc%2FApp.tsx
I would like to add linear gradient background to the toast
However that does not seem to work currently.