fix: apply dark background to email content wrapper in dark mode
This commit is contained in:
@@ -5135,7 +5135,8 @@ export function EmailViewer({
|
|||||||
<div className={cn(
|
<div className={cn(
|
||||||
"email-content-wrapper overflow-x-auto",
|
"email-content-wrapper overflow-x-auto",
|
||||||
!isDark && resolvedTheme === 'dark' ? "bg-white email-content-light" : "bg-background"
|
!isDark && resolvedTheme === 'dark' ? "bg-white email-content-light" : "bg-background"
|
||||||
)}>
|
)}
|
||||||
|
style={isDark ? { backgroundColor: '#121212' } : undefined}>
|
||||||
{isBodyLoading ? (
|
{isBodyLoading ? (
|
||||||
<div
|
<div
|
||||||
className="space-y-3 px-6 py-4 animate-pulse"
|
className="space-y-3 px-6 py-4 animate-pulse"
|
||||||
|
|||||||
Reference in New Issue
Block a user