File tree Expand file tree Collapse file tree
apps/sim/components/emcn/components/chip-select Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'use client'
22
33import * as React from 'react'
4+ import { ChevronDown } from 'lucide-react'
45import { chipVariants } from '@/components/emcn/components/chip/chip'
56import {
67 DropdownMenu ,
@@ -11,7 +12,6 @@ import {
1112 DropdownMenuSearchInput ,
1213 DropdownMenuTrigger ,
1314} from '@/components/emcn/components/dropdown-menu/dropdown-menu'
14- import { ChevronDown } from '@/components/emcn/icons'
1515import { cn } from '@/lib/core/utils/cn'
1616
1717/** A selectable option in a {@link ChipSelect}. */
@@ -219,7 +219,7 @@ export function ChipSelect({
219219 < span className = 'min-w-0 truncate text-[var(--text-body)]' >
220220 { displayLabel ?? triggerLabel }
221221 </ span >
222- < ChevronDown className = 'h-[7px] w-[9px ] shrink-0 text-[var(--text-icon)]' />
222+ < ChevronDown className = 'size-[14px ] shrink-0 text-[var(--text-icon)]' />
223223 </ button >
224224 </ DropdownMenuTrigger >
225225 < DropdownMenuContent
You can’t perform that action at this time.
0 commit comments