mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 02:04:22 +01: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:
@@ -365,6 +365,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||||||
current={local.agent.current().name}
|
current={local.agent.current().name}
|
||||||
onSelect={local.agent.set}
|
onSelect={local.agent.set}
|
||||||
class="capitalize"
|
class="capitalize"
|
||||||
|
variant="ghost"
|
||||||
/>
|
/>
|
||||||
<SelectDialog
|
<SelectDialog
|
||||||
title="Select model"
|
title="Select model"
|
||||||
|
|||||||
Reference in New Issue
Block a user