Skip to content

Commit 3044549

Browse files
committed
fix(tui): add top margin to prompt mode indicator
1 parent cc07bb5 commit 3044549

File tree

1 file changed

+1
-1
lines changed
  • packages/opencode/src/cli/cmd/tui/component/prompt

1 file changed

+1
-1
lines changed

packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ export function Prompt(props: PromptProps) {
11161116
syntaxStyle={syntax()}
11171117
/>
11181118
<Show when={tall()}>
1119-
<box flexDirection="row" flexShrink={0} gap={1}>
1119+
<box flexDirection="row" flexShrink={0} gap={1} marginTop={1}>
11201120
<text fg={highlight()}>
11211121
{store.mode === "shell" ? "Shell" : Locale.titlecase(local.agent.current().name)}{" "}
11221122
</text>

0 commit comments

Comments
 (0)