styling improvments

This commit is contained in:
Ken
2019-02-27 11:20:46 -08:00
parent adcc46858a
commit d36bdd737a
3 changed files with 27 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ class TodoHeader extends React.Component<TodoHeaderProps, TodoHeaderState> {
<Stack horizontal gap={10}>
<Stack.Item grow>
<TextField placeholder="What needs to be done?" value={this.state.labelInput} onChange={this.onChange} />
<TextField placeholder="What needs toasdf be done?" value={this.state.labelInput} onChange={this.onChange} />
</Stack.Item>
<PrimaryButton onClick={this.onAdd}>Add</PrimaryButton>
</Stack>