Skip to content

Commit eb8e33b

Browse files
andreiborzabitsandfoxes
authored andcommitted
feat(changelog): Add missing form-textarea class to editor (#12893)
1 parent 76d8e02 commit eb8e33b

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)