implement Dark Mode Toggle in React Email Preview #2358
KlosterfrauDG
started this conversation in
Ideas
Replies: 1 comment
-
We're actually planning to release a dark mode toggle this quarter following on the work that we already had done from a community member. We only had the toggle in canary IIRC, never released to a stable version because it could be misleading considering that email clients each have a different way of handling dark mode |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Background
Prior versions of React Email included a convenient dark/light mode toggle in the preview interface, which was removed in more recent versions. This feature was valuable for developers who need to test how their email templates render in different viewing environments.
Proposal
Re-implement the dark/light mode toggle in the React Email preview interface with these considerations:
UI Implementation:
Beta Was this translation helpful? Give feedback.
All reactions