You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use a <Container>, a white background is generated in the source code <td style=3D"width:37.5em;background:#ffffff"> and I have to use !important property :(
I thought about this issue for awhile in a community run forked repo Svelty-email as I wasn't sure if people would be relying on this default style without knowing. But, after a bit of consideration I feel that a library as this should not enforce style and just provide base components that individuals can use to quick template generation. Thus, in said forked repo I have updated to remove this base default bg style.
When I use a
<Container>
, a white background is generated in the source code<td style=3D"width:37.5em;background:#ffffff">
and I have to use !important property :(I suggest not generate a white background as default for the container.
The text was updated successfully, but these errors were encountered: