fixed the issue Can't see text in email (#1982)

This commit is contained in:
Hemant
2025-08-12 01:52:09 +05:30
committed by GitHub
parent 6e93fad242
commit 70051c009b

View File

@@ -200,7 +200,7 @@ export function MailContent({ id, html, senderEmail }: MailContentProps) {
</button>
</div>
)}
<div ref={hostRef} className={cn('mail-content w-full flex-1 overflow-scroll no-scrollbar px-4')} />
<div ref={hostRef} className={cn('mail-content w-full flex-1 overflow-scroll no-scrollbar px-4 text-black dark:text-white')} />
</>
);
}