Skip to content

Commit

Permalink
Update UI of chatbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephaedan committed Nov 10, 2023
1 parent 53fb8fb commit be2d00d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const Messages = (): JSX.Element => {
flexDirection="column"
w="100%"
maxHeight="50vh"
minHeight="300"
gap={2}
>
{messages.map(({ message, sender }, index) =>
Expand Down

0 comments on commit be2d00d

Please sign in to comment.