Update dependencies.
This commit is contained in:
parent
1116b4595b
commit
a519c3d3bf
21 changed files with 621 additions and 629 deletions
|
|
@ -89,9 +89,9 @@ const SelectItem = React.forwardRef<
|
|||
)}
|
||||
{...props}
|
||||
>
|
||||
<span className="absolute left-2 flex h-3.5 w-3.5 items-center justify-center">
|
||||
<span className="absolute left-2 flex size-3.5 items-center justify-center">
|
||||
<SelectPrimitive.ItemIndicator>
|
||||
<IconCheck className="h-4 w-4" />
|
||||
<IconCheck className="size-4" />
|
||||
</SelectPrimitive.ItemIndicator>
|
||||
</span>
|
||||
<SelectPrimitive.ItemText>{children}</SelectPrimitive.ItemText>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue