courrier multi account restore compose
This commit is contained in:
parent
7a0baaa3da
commit
61e758f341
@ -522,6 +522,7 @@ export default function ComposeEmail({
|
|||||||
variant="outline"
|
variant="outline"
|
||||||
size="sm"
|
size="sm"
|
||||||
onClick={handleAttachmentClick}
|
onClick={handleAttachmentClick}
|
||||||
|
className="bg-white hover:bg-gray-100 border-gray-300"
|
||||||
>
|
>
|
||||||
<Paperclip className="h-4 w-4 mr-1" />
|
<Paperclip className="h-4 w-4 mr-1" />
|
||||||
Attach
|
Attach
|
||||||
@ -532,6 +533,7 @@ export default function ComposeEmail({
|
|||||||
size="sm"
|
size="sm"
|
||||||
onClick={handleSend}
|
onClick={handleSend}
|
||||||
disabled={sending}
|
disabled={sending}
|
||||||
|
className="bg-blue-600 text-white hover:bg-blue-700"
|
||||||
>
|
>
|
||||||
{sending ? (
|
{sending ? (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user