Skip to content

Commit

Permalink
Merge pull request #186 from Anand-Munjuluri/main
Browse files Browse the repository at this point in the history
Change the visibility of comment box in light mode
  • Loading branch information
hkirat authored Mar 10, 2024
2 parents a3874d7 + 9a1f3b9 commit 97482fd
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 97482fd

Please sign in to comment.