mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: fix keybind text color in dialog select options
This commit is contained in:
parent
ae86b83fd9
commit
887a3336cc
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ function Option(props: {
|
|||
<text fg={props.active ? Theme.background : Theme.textMuted}> {props.description}</text>
|
||||
</box>
|
||||
<Show when={props.keybind}>
|
||||
<text fg={Theme.textMuted}>{keybind.print(props.keybind as any)}</text>
|
||||
<text fg={props.active ? Theme.background : Theme.textMuted}>{keybind.print(props.keybind as any)}</text>
|
||||
</Show>
|
||||
</box>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue