1
0
Fork 0

fix(gui): better spacing around prompt controls

This commit is contained in:
Sean Sube 2023-02-19 13:37:21 -06:00
parent 34832f0171
commit ad08349fbe
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export function PromptInput(props: PromptInputProps) {
}
}
return <Stack>
return <Stack spacing={2}>
<TextField
error={error}
label='Prompt'