Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
a529b0324d
1 измененных файлов с 1 добавлено и 0 удалено
  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}
               onSelect={local.agent.set}
               class="capitalize"
+              variant="ghost"
             />
             <SelectDialog
               title="Select model"