mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: Tweaking select styles
This ghost style is placeholder for now until we style this properly with an icon and all the states.
This commit is contained in:
parent
b09466673c
commit
1b8af9adf8
1 changed files with 1 additions and 0 deletions
|
|
@ -365,6 +365,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||
current={local.agent.current().name}
|
||||
onSelect={local.agent.set}
|
||||
class="capitalize"
|
||||
variant="ghost"
|
||||
/>
|
||||
<SelectDialog
|
||||
title="Select model"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue