mirror of
https://github.com/Mail-0/Zero.git
synced 2026-06-28 14:56:48 +00:00
fixed the issue Can't see text in email (#1982)
This commit is contained in:
@@ -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')} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user