You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to use an icon for the cancel functionality's label property? From the types, it appears that only strings are allowed. But I am looking for something like this:
Is there a way to use an icon for the cancel functionality's label property? From the types, it appears that only strings are allowed. But I am looking for something like this:
I can do the following:
But then I lose all the other default styles, which I want to keep.
The other method I found is this:
However, with this method I cannot be selective with the dismissing of toasts. I can only dismiss all toasts on click.
Is there another workaround that doesn't use toast.custom()?
Thanks!
The text was updated successfully, but these errors were encountered: