chore: Update messages section

This commit is contained in:
iamsivin
2025-12-22 15:51:46 +05:30
parent c54c125f3b
commit 8191d65033
6 changed files with 20 additions and 19 deletions
@@ -134,7 +134,7 @@ const hasSlaPolicyId = computed(() => props.chat?.sla_policy_id);
<BackButton v-if="showBackButton" :back-url="backButtonUrl" />
<div class="flex items-center gap-1 min-w-0 ltr:mr-2 rtl:ml-2">
<span class="text-base font-medium text-n-slate-12 truncate min-w-0">
<span class="text-heading-1 text-n-slate-12 truncate min-w-0">
{{ currentContact.name }}
</span>
<Icon
@@ -167,7 +167,7 @@ const hasSlaPolicyId = computed(() => props.chat?.sla_policy_id);
icon="i-lucide-bell-off"
class="text-n-slate-11 size-3.5 shrink-0"
/>
<span class="text-xs text-n-slate-11 font-420 truncate min-w-0">
<span class="text-n-slate-11 text-label-small truncate min-w-0">
{{ snoozedDisplayText }}
</span>
</div>