Skip to content

Commit bf9c996

Browse files
authored
switch to default (supabase#40070)
1 parent 1431ee8 commit bf9c996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/ui/AIAssistantPanel/ModelSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const ModelSelector = ({ selectedModel, onSelectModel }: ModelSelectorPro
5050
<Popover_Shadcn_ open={open} onOpenChange={setOpen}>
5151
<PopoverTrigger_Shadcn_ asChild>
5252
<Button
53-
type="outline"
53+
type="default"
5454
className="text-foreground-light"
5555
iconRight={<ChevronsUpDown strokeWidth={1} size={12} />}
5656
>

0 commit comments

Comments
 (0)