diff --git a/components/email/ComposeEmail.tsx b/components/email/ComposeEmail.tsx index ebbe8e9a..e092322a 100644 --- a/components/email/ComposeEmail.tsx +++ b/components/email/ComposeEmail.tsx @@ -360,11 +360,11 @@ export default function ComposeEmail(props: ComposeEmailAllProps) { }, []); return ( -
-
+
+
{/* Modal Header */} -
-

+
+

{type === 'reply' ? 'Reply' : type === 'forward' ? 'Forward' : type === 'reply-all' ? 'Reply All' : 'New Message'}