Fix symmetric padding in TUI input field (#6894)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot] 2026-01-04 20:34:14 -06:00 committed by GitHub
parent 59ed8ccbd8
commit 2410a6bc9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -749,7 +749,7 @@ export function Prompt(props: PromptProps) {
>
<box
paddingLeft={2}
paddingRight={1}
paddingRight={2}
paddingTop={1}
flexShrink={0}
backgroundColor={theme.backgroundElement}