@react-email/editor@1.5.10
resend/react-email@react-email/editor@1.5.10Jun 25, 2026by github-actions[bot]
AI Summary
This patch addresses a visual bug in dark mode where list bullets disappeared on Apple Mail and iOS. It adds a CSS rule to explicitly color list markers based on the system's color scheme.
Key Highlights
- Fixed list markers visibility in dark mode
- Improved compatibility with Apple Mail and iOS
Full Release Notes
### Patch Changes * f5eae02: Keep native list markers visible in dark-mode mail clients. Apple Mail / iOS auto-darken light emails by recoloring text but leave `list-style` markers at their original color, so bullets vanished on the darkened background. The serialized email head now ships a `prefers-color-scheme: dark` rule that gives `li::marker` an explicit color.