chore: Minor fix

This commit is contained in:
iamsivin
2025-11-07 21:35:19 +05:30
parent 1ee5b4f9d6
commit 97dabbf7f6
5 changed files with 23 additions and 20 deletions
@@ -82,12 +82,12 @@ const handleSendMessage = template => {
:placeholder="
t('COMPOSE_NEW_CONVERSATION.FORM.TWILIO_OPTIONS.SEARCH_PLACEHOLDER')
"
custom-input-class="ltr:pl-10 rtl:pr-10"
class="ltr:!pl-8 rtl:!pr-8"
>
<template #prefix>
<Icon
icon="i-lucide-search"
class="absolute top-2 size-3.5 ltr:left-3 rtl:right-3"
class="absolute top-3 size-3.5 ltr:left-3 rtl:right-3"
/>
</template>
</Input>