-
-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unstyled: false, not working in toast.custom() #467
Comments
Having the same issue! |
I don't quite understand what you are referring to. Currently I am rendering my toasts as part of a client actions in Next.js depending on what response is being returned from the server action. For example res.status === "success-redirect" would allow me to add Link anchor while regular "success" or "error" would render Close button.
While I was able to achieve my custom look, I still couldn't get rid of padding / inset on X axis. Here is the picture: I would like it removed so I can make it smaller, almost touching edges of the screen. |
for custom styling check-out globals.css if you find something helpful please follow me and star my repo 😊 |
Describe the feature / bug 📝:
unstyled: false, not working in toast.custom()
The text was updated successfully, but these errors were encountered: