-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Style Options: "backgroundColor" not working! #81
Comments
I got a similar problem.
It doesn't work either. |
Same. I get the warning: |
Can confirm, the style: {background: ''} parameter isn't working. |
Can confirm too, |
Should be fixed in the latest version v1.11.2 |
Toastify({ style: { backgroundColor: '#dc3545' } }).showToast(); Not Working...
default:
background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
background: linear-gradient(135deg, #73a5ff, #5477f5);
The text was updated successfully, but these errors were encountered: