refactor(sidebar): adjust component dimensions and font sizes for improved visual consistency across sidebar elements

This commit is contained in:
Anish Sarkar 2026-04-28 22:58:44 +05:30
parent 6231c08b8b
commit a869069a0d
7 changed files with 32 additions and 32 deletions

View file

@ -206,7 +206,7 @@ export function Sidebar({
)}
</div>
) : (
<p className="px-2 py-1 text-xs text-muted-foreground">{t("no_shared_chats")}</p>
<p className="px-2 py-1 text-sm text-muted-foreground">{t("no_shared_chats")}</p>
)}
</SidebarSection>
@ -262,7 +262,7 @@ export function Sidebar({
)}
</div>
) : (
<p className="px-2 py-1 text-xs text-muted-foreground">{t("no_chats")}</p>
<p className="px-2 py-1 text-sm text-muted-foreground">{t("no_chats")}</p>
)}
</SidebarSection>
</div>