From 4a91cd0c449e58c3cc48dee14a6f16978437a240 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:26:40 +0200 Subject: [PATCH] style: drop iframe border-radius --- components/email/email-viewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index 6fc06cf0..ba9cc93a 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -4737,7 +4737,7 @@ export function EmailViewer({ srcDoc={emailIframeSrcDoc} sandbox="allow-same-origin allow-popups allow-popups-to-escape-sandbox" title="Email content" - className="w-full border-0 rounded" + className="w-full border-0" style={{ minHeight: '100px', colorScheme: isDark && emailHasNativeDarkMode ? 'light dark' : 'light' }} onLoad={handleIframeLoad} />