rollback the issue with select

This commit is contained in:
TheCactusBlue 2025-04-14 17:11:30 -07:00
parent 9b50816f57
commit d3ec6f133d

View File

@ -25,7 +25,7 @@ const SelectTrigger = forwardRefIfNeeded<
<SelectPrimitive.Trigger
ref={ref}
className={cn(
"stack-scope flex h-9 w-full items-center justify-between whitespace-nowrap rounded-md border border-input bg-transparent px-3 py-2 text-sm shadow-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",
"flex h-9 w-full items-center justify-between whitespace-nowrap rounded-md border border-input bg-transparent px-3 py-2 text-sm shadow-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",
loading && "cursor-wait",
className
)}