Skip to content

Commit bb33823

Browse files
committed
tui: standardize autoedit indicator text styling to match other status labels
1 parent ad545d0 commit bb33823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/opencode/src/cli/cmd/tui/component/prompt

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ export function Prompt(props: PromptProps) {
10071007
</box>
10081008
<Show when={autoaccept() === "edit"}>
10091009
<text>
1010-
<span style={{ fg: theme.warning, bold: true }}>auto-edit</span>
1010+
<span style={{ fg: theme.warning }}>autoedit</span>
10111011
</text>
10121012
</Show>
10131013
</box>

0 commit comments

Comments
 (0)