Skip to content

Commit

Permalink
fix(gui): better spacing around prompt controls
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 19, 2023
1 parent 34832f0 commit ad08349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/components/input/PromptInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function PromptInput(props: PromptInputProps) {
}
}

return <Stack>
return <Stack spacing={2}>
<TextField
error={error}
label='Prompt'
Expand Down

0 comments on commit ad08349

Please sign in to comment.