Browse Source

wip: Tweaking select styles

This ghost style is placeholder for now until we style this properly with an icon and all the states.
David Hill 3 months ago
parent
commit
a529b0324d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/desktop/src/components/prompt-input.tsx

+ 1 - 0
packages/desktop/src/components/prompt-input.tsx

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