From 452976ed953f626be8b0b6fa403b01b07b9ecea9 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Sun, 17 May 2026 17:40:35 +0200 Subject: [PATCH] fix: apply dark background to email content wrapper in dark mode --- components/email/email-viewer.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index 664449e4..147b5f66 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -5135,7 +5135,8 @@ export function EmailViewer({
+ )} + style={isDark ? { backgroundColor: '#121212' } : undefined}> {isBodyLoading ? (