Skip to content

Commit

Permalink
Update CommentInputForm.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
amunjuluri authored Mar 10, 2024
1 parent a3874d7 commit 9a1f3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/comment/CommentInputForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const CommentInputForm = ({
<textarea
id="content"
name="content"
className="min-h-[50px] rounded-md dark:bg-gray-800 p-2"
className="min-h-[50px] border border-slate-350 rounded-md dark:bg-gray-800 p-2"
placeholder="Add a public comment..."
/>
<FormErrors id="content" errors={fieldErrors} />
Expand Down

0 comments on commit 9a1f3b9

Please sign in to comment.