(refactor:conv) wrap msgs separately

This commit is contained in:
ManishMadan2882
2025-03-15 16:41:56 +05:30
parent a50f3bc55b
commit d9c4331480
7 changed files with 322 additions and 338 deletions

View File

@@ -35,7 +35,7 @@ const Input = ({
<div className={`relative ${className}`}>
<input
ref={inputRef}
className={`h-[42px] w-full rounded-full px-3 py-1
className={`peer h-[42px] w-full rounded-full px-3 py-1
bg-transparent outline-none
text-jet dark:text-bright-gray
placeholder-transparent