Merge pull request #1158 from shariquerik/twilio-fix-1
This commit is contained in:
commit
e8c331dfff
@ -72,10 +72,13 @@
|
|||||||
theme="red"
|
theme="red"
|
||||||
:label="__('Cancel')"
|
:label="__('Cancel')"
|
||||||
@click="cancelCall"
|
@click="cancelCall"
|
||||||
class="rounded-lg rotate-[135deg] text-ink-white"
|
class="rounded-lg text-ink-white"
|
||||||
:disabled="callStatus == 'initiating'"
|
:disabled="callStatus == 'initiating'"
|
||||||
:iconLeft="PhoneIcon"
|
>
|
||||||
/>
|
<template #prefix>
|
||||||
|
<PhoneIcon class="rotate-[135deg]" />
|
||||||
|
</template>
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="flex gap-2">
|
<div v-else class="flex gap-2">
|
||||||
<Button
|
<Button
|
||||||
@ -92,10 +95,13 @@
|
|||||||
variant="solid"
|
variant="solid"
|
||||||
theme="red"
|
theme="red"
|
||||||
:label="__('Reject')"
|
:label="__('Reject')"
|
||||||
class="rounded-lg rotate-[135deg] text-ink-white"
|
class="rounded-lg text-ink-white"
|
||||||
:iconLeft="PhoneIcon"
|
|
||||||
@click="rejectIncomingCall"
|
@click="rejectIncomingCall"
|
||||||
/>
|
>
|
||||||
|
<template #prefix>
|
||||||
|
<PhoneIcon class="rotate-[135deg]" />
|
||||||
|
</template>
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user