chore: Update typography in sidebar, chatlist, conversation card

This commit is contained in:
iamsivin
2025-12-17 22:43:38 +05:30
parent 657a89992a
commit 67766faa07
23 changed files with 165 additions and 46 deletions
@@ -12,10 +12,10 @@ defineProps({
<template>
<div
:title="inbox.name"
class="flex items-center gap-0.5 text-n-slate-11 text-xs min-w-0"
class="flex items-center gap-0.5 text-n-slate-11 min-w-0"
>
<ChannelIcon :inbox="inbox" class="size-4 flex-shrink-0" />
<span class="truncate font-440">
<span class="truncate text-label-small">
{{ inbox.name }}
</span>
</div>