Defaultinator / defaultinator-ui

User interface for Defaultinator
MIT License
2 stars 6 forks source link

Snackbar messages should be of the proper variant #27

Closed luciddr34m3r closed 2 years ago

luciddr34m3r commented 2 years ago

When we create a Toast with notistack's enqueueSnackbar, we currently don't apply a variant to them.

All error messages should be of type 'error'. We should make success messages of type 'success' as well.