Custom container styles
I see that you've got
Custom container classnames
on your roadmap.
This is exactly what I need! Are there any workarounds at the moment to use styled components on the containing element? I'm already using a custom component on the toast itself but want to change spacing around it / animation etc. For example, I'm trying to add a classname prop as described here with the styled() method: https://www.styled-components.com/docs/basics#styling-any-component but the classnames get overridden with your default ones once it reaches the DOM
Hey!
Unfortunately, I don't spend time working on the open-source at the moment, got a lot of ongoing work at my office job. However, I'm open to reviewing any merge request and this one seems to me like not a hard one. I'd be really happy to guide you through the code if you need help.