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
I am working on a react-email template and facing a challenge with dynamically changing the logo according to the user's device theme (light or dark mode). I have two versions of the logo: one optimized for light mode (logoBlancoUrl) and another for dark mode (logoNegroUrl). Here's a snippet of my code:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am working on a react-email template and facing a challenge with dynamically changing the logo according to the user's device theme (light or dark mode). I have two versions of the logo: one optimized for light mode (logoBlancoUrl) and another for dark mode (logoNegroUrl). Here's a snippet of my code:
Beta Was this translation helpful? Give feedback.
All reactions