Darken comment input text

This commit is contained in:
Ian Philips 2022-05-17 11:40:27 -06:00
parent ede87f43d1
commit c081eec5f8

View File

@ -391,7 +391,7 @@ export function CommentInput(props: {
)}
</div>
<Row className="gap-1.5">
<Row className="gap-1.5 text-gray-700">
<Textarea
ref={(ref: HTMLTextAreaElement) => setRef?.(ref)}
value={comment}