add selector icon and use it for select dropdown trigger
This commit is contained in:
parent
c57491ba48
commit
bcb8d970f1
2 changed files with 2 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export function Select<T>(props: SelectProps<T> & ButtonProps) {
|
|||
}}
|
||||
</Kobalte.Value>
|
||||
<Kobalte.Icon data-slot="select-select-trigger-icon">
|
||||
<Icon name="chevron-down" size="small" />
|
||||
<Icon name="selector" size="small" />
|
||||
</Kobalte.Icon>
|
||||
</Kobalte.Trigger>
|
||||
<Kobalte.Portal>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue