Skip to content

Commit 84094cd

Browse files
(Textarea): update a classname
1 parent 571ab0f commit 84094cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Textarea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const Textarea = createFC<TextareaProps, { isFormElement: boolean }>(
5656
prevValueRef.current = e.target.value;
5757
});
5858
const { isFieldSetColumn } = useContext(FieldSetColumnContext);
59-
const taClassNames = classnames(className, 'slds-input');
59+
const taClassNames = classnames(className, 'slds-textarea');
6060
const textareaElem = readOnly ? (
6161
<Text type='regular' category='body'>
6262
{rprops.value}

0 commit comments

Comments
 (0)