Skip to content

Commit 70051c0

Browse files
authored
fixed the issue Can't see text in email (#1982)
1 parent 6e93fad commit 70051c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/mail/components/mail/mail-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export function MailContent({ id, html, senderEmail }: MailContentProps) {
200200
</button>
201201
</div>
202202
)}
203-
<div ref={hostRef} className={cn('mail-content w-full flex-1 overflow-scroll no-scrollbar px-4')} />
203+
<div ref={hostRef} className={cn('mail-content w-full flex-1 overflow-scroll no-scrollbar px-4 text-black dark:text-white')} />
204204
</>
205205
);
206206
}

0 commit comments

Comments
 (0)