nickgraffis / tailwind-toast

Awesome, fun, easy tailwind css based alerts and notifications 🍞
MIT License
30 stars 10 forks source link

Remove all instances of tone from Snackbar and Toast #9

Closed ShubhankarKG closed 3 years ago

ShubhankarKG commented 3 years ago

Now, the entire background color className will be required.

Previous:

color: "red",
tone: 500

Next:

color: "bg-red-500"

Closes #7