I want to style toast component with custom styles/components, where default ones (prefixed as go...) are being injected (background color etc.). I understand some of them are necessary for example animation, position etc.
How are creating the custom toast? Have you tried using providing a custom render function? This way, it should apply the required styles for positioning.
I want to style toast component with custom styles/components, where default ones (prefixed as
go...
) are being injected (background color etc.). I understand some of them are necessary for example animation, position etc.