We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20eb617 commit be6a1beCopy full SHA for be6a1be
examples/rsp-cra-18/src/TodoList.tsx
@@ -25,9 +25,9 @@ function TodoList(props: {list: ToDo[];
25
value={props.value}
26
onChange={props.setValue}
27
isRequired/>
28
- <Button variant="cta" type="submit">Submit</Button>
+ <Button variant="cta" type="submit" minWidth="fit-content">Submit</Button>
29
</Flex>
30
- <h2>To-Do</h2>
+ <h2>To-Do</h2>
31
<ToDoItems list={props.list} handleList={props.setList} updateCompleted={props.updateCompleted}/>
32
33
</Form>
0 commit comments