resend / react-email

💌 Build and send emails using React

Home Page:https://react.email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tooltip content text is invisible

Fadingvision opened this issue · comments

Describe the Bug

image

Which package is affected (leave empty if unsure)

react-email

Link to the code that reproduces this issue

https://demo.react.email/preview/notifications/github-access-token?view=source

To Reproduce

https://demo.react.email/preview/notifications/github-access-token?view=source

Expected Behavior

Tooltip content text is visible

What's your node version? (if relevant)

No response

Seems ok for me, the tooltip seems to appear fine
image

@gabrielmfern looked into some details, this bug looks like it is related to os theme, further information:

os info

windows 10
chrome version(121.0.6167.189)

windows light theme:

image

windows dark theme(which looks fine):

image

Looks like the text color should be set to white anyways, hope it helps.

is the bug still exists? Shall I give it a try?