mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
set theme text color for no matching items in auto complete
This commit is contained in:
parent
eed48e76de
commit
e83a47debe
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ export function Autocomplete(props: {
|
|||
each={options()}
|
||||
fallback={
|
||||
<box paddingLeft={1} paddingRight={1}>
|
||||
<text>No matching items</text>
|
||||
<text fg={theme.textMuted}>No matching items</text>
|
||||
</box>
|
||||
}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue