Fix the font size and alignment of all the chat options of the sidebar based on issue #586

Fix the font size and alignment of all the chat options of the sidebar based on issue #586
This commit is contained in:
faria-karim-porna
2023-10-13 00:00:32 +00:00
parent e5e5a42736
commit 7361a35c94
2 changed files with 3 additions and 3 deletions

View File

@@ -229,7 +229,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
}
>
<img src={Message} className="ml-4 w-5"></img>
<p className="my-auto text-eerie-black">New Chat</p>
<p className="my-auto text-sm text-eerie-black">New Chat</p>
</NavLink>
<div className="conversations-container max-h-[25rem] overflow-y-auto">
{conversations