If I create my toast like so:
return toast('toast', {
className: 'my-toast',
});
with scss
.my-toast {
border-radius: 4;
}
The final resulting Toast has my styles applied and then the Toastify__toast style applied on top of that.
Hello @fkhadra, thank you for the fast response. I will try to recreate the issue for you in the sandbox by EOD
Ok, I see that you are correct. Thank you again for the help.
Most helpful comment
Ok, I see that you are correct. Thank you again for the help.