resend / react-email

💌 Build and send emails using React
https://react.email
MIT License
12.57k stars 571 forks source link

fixed tooltip content invisible on light themes #1437

Open kaustabhws opened 2 weeks ago

kaustabhws commented 2 weeks ago

Title: feat(theme): Add theme-aware background color for tooltips

Changes Made

Fixes

This pull request addresses issue #1326.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-email-demo ❌ Failed (Inspect) Apr 28, 2024 1:26pm
vercel[bot] commented 2 weeks ago

@kaustabhws is attempting to deploy a commit to the resend Team on Vercel.

A member of the Team first needs to authorize it.

kaustabhws commented 2 weeks ago

Please review the PR. I'm not sure why test is failed. Let me know and I'll update

gabrielmfern commented 1 week ago

Might be a bit confusing, but we run linting in the test CI, that's why it's failing here. So, to find out why, you can run pnpm lint inside packages/react-email or even in the root of the project, and it will give you some insight.

One more thing is, after thinking a bit about it, the application doesn't yet support different themes, so it actually might be better off to, until we support multiple themes, to use a text-white on the tooltip.

gabrielmfern commented 1 week ago

Oh, and once you update your branch with our canary, it's better off to do so with a rebase instead of a merge, makes it much easier to view the diff here on GitHub.