Skip to content

Commit

Permalink
fix(chat): improve spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Dec 26, 2024
1 parent c13b44c commit 6beeb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/chat/src/modules/chats/start-chat/start-chat-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ export function StartChatForm({ forceProject, className }: Props) {
'transition-border duration-100',
)}
>
<div className="mb-[65px]">
<div className="mb-[55px]">
<textarea
ref={focusInputRef}
name="message"
className="p-4 pb-0 w-full h-[80px] focus:outline-none resize-none"
className="p-4 pb-0 w-full focus:outline-none resize-none"
placeholder={t.placeholder}
required
{...bind.path('content')}
Expand Down

0 comments on commit 6beeb33

Please sign in to comment.