chore: Update png

This commit is contained in:
iamsivin
2025-06-12 22:37:44 +05:30
parent cb3721a425
commit b531dd0461
4 changed files with 10 additions and 5 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 13 KiB

@@ -94,11 +94,13 @@ const shouldShowCloudWhatsapp = provider => {
>
<!-- Provider Icon -->
<div class="flex justify-start mb-5">
<div class="flex items-center justify-center w-12 h-12 rounded-lg">
<div
class="flex items-center justify-center size-10 bg-n-alpha-2 rounded-full"
>
<img
:src="provider.icon"
:alt="provider.label"
class="object-contain w-10 h-10"
class="object-contain size-[26px]"
/>
</div>
</div>
@@ -33,11 +33,14 @@ onBeforeUnmount(() => {
<div v-else>
<div class="flex flex-col items-start mb-6 text-start">
<div class="flex justify-start mb-6">
<div class="flex items-center justify-center w-12 h-12 rounded-lg">
<div
class="flex items-center justify-center w-12 h-12 bg-n-alpha-2 rounded-full"
>
<img
:src="whatsappIcon"
:alt="$t('INBOX_MGMT.ADD.WHATSAPP.PROVIDERS.WHATSAPP_CLOUD')"
class="object-contain w-11 h-11"
class="object-contain w-8 h-8"
draggable="false"
/>
</div>
</div>