fix: make CC BCC ghosted button
This commit is contained in:
parent
bce3b5de45
commit
02b36e9647
@ -23,13 +23,15 @@
|
|||||||
<div class="flex gap-1.5">
|
<div class="flex gap-1.5">
|
||||||
<Button
|
<Button
|
||||||
:label="__('CC')"
|
:label="__('CC')"
|
||||||
|
variant="ghost"
|
||||||
@click="toggleCC()"
|
@click="toggleCC()"
|
||||||
:class="[cc ? 'bg-gray-300 hover:bg-gray-200' : '']"
|
:class="[cc ? '!bg-gray-300 hover:bg-gray-200' : '!text-gray-500']"
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
:label="__('BCC')"
|
:label="__('BCC')"
|
||||||
|
variant="ghost"
|
||||||
@click="toggleBCC()"
|
@click="toggleBCC()"
|
||||||
:class="[bcc ? 'bg-gray-300 hover:bg-gray-200' : '']"
|
:class="[bcc ? '!bg-gray-300 hover:bg-gray-200' : '!text-gray-500']"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user