Skip to content

Commit 338edee

Browse files
committed
feat: update variant type as outline in combobox component
1 parent 870e445 commit 338edee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ui/combobox.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ export const LinearCombobox = ({
6767
<PopoverTrigger asChild>
6868
<Button
6969
aria-label="Select option"
70-
variant="ghost"
70+
variant="outline"
7171
size="lg"
72-
className="w-fit px-2 h-8 text-[0.8125rem] leading-normal font-medium text-primary"
72+
className="w-full px-3 h-10 text-[0.8125rem] leading-normal font-medium text-primary"
7373
>
7474
{selectedOption ? (
7575
<>

0 commit comments

Comments
 (0)