Update dependencies.

This commit is contained in:
Lee Robinson 2024-01-20 10:39:02 -06:00
parent 1116b4595b
commit a519c3d3bf
21 changed files with 621 additions and 629 deletions

View file

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