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:
David Hill
2025-10-31 17:02:44 +00:00
parent 16f5e16395
commit a529b0324d

View File

@@ -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"