timolins / react-hot-toast

Smoking Hot React Notifications 🔥
https://react-hot-toast.com
MIT License
9.44k stars 309 forks source link

Linear gradient background #347

Closed xskipy closed 3 months ago

xskipy commented 4 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.

timolins commented 3 months ago

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