Skip to content

Commit

Permalink
fix: keep send button at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Jan 4, 2025
1 parent 17176eb commit b8ffb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/messages/$convoId.lazy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function ReplyBox() {
}}
placeholder="write a message"
/>
<div className="flex justify-end p-2">
<div className="flex justify-end p-2 items-end">
<Button variant="outline" onClick={onClick} disabled={isPending}>
<SendIcon />
</Button>
Expand Down

0 comments on commit b8ffb17

Please sign in to comment.