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 />
|
<slot />
|
||||||
<SelectIcon as-child>
|
<SelectIcon as-child>
|
||||||
<ChevronDown class="w-4 h-4 opacity-50" />
|
<ChevronDown class="w-4 h-4 opacity-50 shrink-0" />
|
||||||
</SelectIcon>
|
</SelectIcon>
|
||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ const forwardedProps = useForwardProps(delegatedProps)
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
<SelectIcon as-child>
|
<SelectIcon as-child>
|
||||||
<CaretSortIcon class="w-4 h-4 opacity-50" />
|
<CaretSortIcon class="w-4 h-4 opacity-50 shrink-0" />
|
||||||
</SelectIcon>
|
</SelectIcon>
|
||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user