add selector icon and use it for select dropdown trigger

This commit is contained in:
David Hill
2026-01-20 17:22:24 +00:00
parent c57491ba48
commit bcb8d970f1
2 changed files with 2 additions and 1 deletions

View File

@@ -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>