mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor(sidebar): adjust component dimensions and font sizes for improved visual consistency across sidebar elements
This commit is contained in:
parent
6231c08b8b
commit
a869069a0d
7 changed files with 32 additions and 32 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue