Skip to content

Commit 8267837

Browse files
committed
Change to appearance with prop overriding
1 parent 20df3ad commit 8267837

File tree

1 file changed

+1
-1
lines changed
  • packages/common/src/components/Preference/PreferenceText

1 file changed

+1
-1
lines changed

packages/common/src/components/Preference/PreferenceText/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export const PreferenceText: FunctionComponent<Props> = ({
2727
};
2828

2929
return createElement(isTextArea ? TextArea : Input, {
30-
...props,
3130
onChange: handleChange,
3231
placeholder,
3332
value,
33+
...props,
3434
});
3535
};

0 commit comments

Comments
 (0)