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
Your setup looks almost like mine and I've been following the steps in this blog post.
But I noticed that in your <Body> component, you’re missing the "body" class, which is needed to make your .body selector apply.
Try updating this:
<Body>
To this:
<BodyclassName="body">
This ensures that your CSS selectors like .body .gmail-blend-screen and .body .gmail-blend-difference actually apply inside Gmail’s rendering engine.
However, I’m running into another issue: colored elements inside the body (like <Img/> and <Link/>) are being inverted in Gmail iOS dark mode. For instance blue links turning orange.
Describe the Bug
gmail ios dark mode converts background color.
How should one apply blend mode using Tailwind?
Which package is affected (leave empty if unsure)
react-email
Link to the code that reproduces this issue
this issue
To Reproduce
check gmail ios on darkmode
Expected Behavior
original dark backgrouund.
What's your node version? (if relevant)
lts
The text was updated successfully, but these errors were encountered: