Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashJana18 committed Nov 2, 2024
1 parent 4bc14db commit 2d37083
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/conversation/Conversation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,7 @@ export default function Conversation() {
</div>

<div className="flex w-11/12 flex-col items-end self-center rounded-2xl bg-opacity-0 z-3 sm:w-[62%] h-auto">
<div
className="flex w-full items-center rounded-[40px] border border-silver bg-white py-1 dark:bg-raisin-black"
style={{ height: '60px' }}
>
<div className="flex w-full items-center rounded-[40px] border border-silver bg-white py-1 dark:bg-raisin-black">
<textarea
id="inputbox"
ref={inputRef}
Expand Down

0 comments on commit 2d37083

Please sign in to comment.