Skip to content

Commit af2f8ac

Browse files
committed
feat(changelog): Add missing form-textarea class to editor
1 parent ebc991a commit af2f8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/changelog/src/client/components/editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function Editor({name, defaultValue, minRows = 15}: EditorProps) {
169169
minRows={minRows}
170170
required
171171
value={value}
172-
className="w-full"
172+
className="form-textarea w-full"
173173
onChange={e => setValue(e.target.value)}
174174
// aria-invalid={actionData?.errors?.content ? true : undefined}
175175
// aria-errormessage={

0 commit comments

Comments
 (0)