tui: standardize autoedit indicator text styling to match other status labels

pull/12633/head
Dax Raad 2026-02-07 19:57:45 -05:00
parent ad545d0cc9
commit bb3382311d
1 changed files with 1 additions and 1 deletions

View File

@ -1007,7 +1007,7 @@ export function Prompt(props: PromptProps) {
</box>
<Show when={autoaccept() === "edit"}>
<text>
<span style={{ fg: theme.warning, bold: true }}>auto-edit</span>
<span style={{ fg: theme.warning }}>autoedit</span>
</text>
</Show>
</box>