We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f2071 commit 7dc4955Copy full SHA for 7dc4955
webview-ui/src/components/settings/ModelPicker.tsx
@@ -116,7 +116,7 @@ export const ModelPicker = ({
116
<Popover open={open} onOpenChange={onOpenChange}>
117
<PopoverTrigger asChild>
118
<Button
119
- variant="outline"
+ variant="combobox"
120
role="combobox"
121
aria-expanded={open}
122
className="w-full justify-between">
0 commit comments