fix(select): add shrink-0 to Icon
This commit is contained in:
parent
7aff597998
commit
3ef7ecdd44
|
|
@ -25,7 +25,7 @@ const forwardedProps = useForwardProps(delegatedProps)
|
|||
>
|
||||
<slot />
|
||||
<SelectIcon as-child>
|
||||
<ChevronDown class="w-4 h-4 opacity-50" />
|
||||
<ChevronDown class="w-4 h-4 opacity-50 shrink-0" />
|
||||
</SelectIcon>
|
||||
</SelectTrigger>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ const forwardedProps = useForwardProps(delegatedProps)
|
|||
>
|
||||
<slot />
|
||||
<SelectIcon as-child>
|
||||
<CaretSortIcon class="w-4 h-4 opacity-50" />
|
||||
<CaretSortIcon class="w-4 h-4 opacity-50 shrink-0" />
|
||||
</SelectIcon>
|
||||
</SelectTrigger>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user