courrier multi account restore compose

This commit is contained in:
alma 2025-04-27 21:42:52 +02:00
parent 7a0baaa3da
commit 61e758f341

View File

@ -522,6 +522,7 @@ export default function ComposeEmail({
variant="outline"
size="sm"
onClick={handleAttachmentClick}
className="bg-white hover:bg-gray-100 border-gray-300"
>
<Paperclip className="h-4 w-4 mr-1" />
Attach
@ -532,6 +533,7 @@ export default function ComposeEmail({
size="sm"
onClick={handleSend}
disabled={sending}
className="bg-blue-600 text-white hover:bg-blue-700"
>
{sending ? (
<>