+
setComposeBcc(e.target.value)}
placeholder="bcc@example.com"
- className="w-full mt-1 bg-white border-gray-300 text-gray-900"
+ className="w-full mt-1 border-gray-300 text-gray-900"
/>
)}
{/* Subject Field */}
-
+
setComposeSubject(e.target.value)}
placeholder="Enter subject"
- className="w-full mt-1 bg-white border-gray-300 text-gray-900"
+ className="w-full mt-1 border-gray-300 text-gray-900"
/>
{/* Message Body */}
-
-
-
-
-
+
+
+
{/* Attachments */}
{attachments.length > 0 && (
-
+
Attachments
{attachments.map((file, index) => (
@@ -852,7 +848,7 @@ function LegacyAdapter({
{/* Modal Footer */}
-