Skip to content

Commit

Permalink
fix: fixed the overlapping text over the button inside PromptForm (#1428
Browse files Browse the repository at this point in the history
)

* fix: fixed the overlapping text over the send message button inside PromptForm

* Update PromptForm.tsx

---------

Co-authored-by: Mohab Sameh <[email protected]>
Co-authored-by: Mohab Sameh <[email protected]>
  • Loading branch information
3 people authored Dec 30, 2024
1 parent 9dc306a commit bb843bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const PromptForm = React.forwardRef<HTMLTextAreaElement, Props>(
onChange={(e) => setInput(e.target.value)}
placeholder="Send a message."
spellCheck={false}
className="promptTextarea min-h-[60px] w-full resize-none bg-transparent px-4 py-[1.3rem] focus-within:outline-none sm:text-xs"
className="promptTextarea min-h-[60px] w-full resize-none bg-transparent px-10 pr-[70px] py-[1.3rem] focus-within:outline-none sm:text-xs"
/>
<div className="absolute right-0 top-3 sm:right-4">
<Tooltip
Expand Down

0 comments on commit bb843bd

Please sign in to comment.