From 72496ac4a0cfc1b0b96294b7a426abdb4dafc7c7 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Tue, 12 Nov 2024 22:06:08 +0530 Subject: [PATCH] chore: Minor fix --- .../dashboard/components-next/Contacts/ContactsLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components-next/Contacts/ContactsLayout.vue b/app/javascript/dashboard/components-next/Contacts/ContactsLayout.vue index 981b6f10a..91a61c4b5 100644 --- a/app/javascript/dashboard/components-next/Contacts/ContactsLayout.vue +++ b/app/javascript/dashboard/components-next/Contacts/ContactsLayout.vue @@ -139,7 +139,7 @@ const updateCurrentPage = page => { :model-value="searchValue" :placeholder="$t('CONTACTS_LAYOUT.HEADER.SEARCH_PLACEHOLDER')" :custom-input-class="[ - 'h-8 [&:not(.focus)]:!border-transparent bg-n-solid-1 ltr:!pl-8 !py-1 rtl:!pr-8', + 'h-8 [&:not(.focus)]:!border-transparent bg-n-alpha-2 dark:bg-n-solid-1 ltr:!pl-8 !py-1 rtl:!pr-8', ]" @input="emit('search', $event.target.value)" >