mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
Adding Formfield
This commit is contained in:
@@ -72,7 +72,7 @@ const TextField: StatelessComponent<TextFieldProps> = props => {
|
||||
|
||||
TextField.defaultProps = {
|
||||
color: "regular",
|
||||
fullWidth: false,
|
||||
fullWidth: true,
|
||||
placeholder: "",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user