- To:
+ To:
setTo(e.target.value)}
placeholder="recipient@example.com"
- className="flex-1 border-0 shadow-none focus-visible:ring-0 px-0"
+ className="flex-1 border-0 shadow-none focus-visible:ring-0 px-0 bg-white text-gray-800"
/>
{showCc && (
- Cc:
+ Cc:
setCc(e.target.value)}
placeholder="cc@example.com"
- className="flex-1 border-0 shadow-none focus-visible:ring-0 px-0"
+ className="flex-1 border-0 shadow-none focus-visible:ring-0 px-0 bg-white text-gray-800"
/>
)}
{showBcc && (
- Bcc:
+ Bcc:
setBcc(e.target.value)}
placeholder="bcc@example.com"
- className="flex-1 border-0 shadow-none focus-visible:ring-0 px-0"
+ className="flex-1 border-0 shadow-none focus-visible:ring-0 px-0 bg-white text-gray-800"
/>
)}
@@ -250,7 +250,7 @@ export default function ComposeEmail(props: ComposeEmailProps) {
{!showCc && (