Fix symmetric padding in TUI input field

Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot]
2026-01-05 01:44:29 +00:00
parent fb60f9c396
commit 2943ec04ba

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}