refactor: group some utility classes

This commit is contained in:
rusconn
2023-06-24 19:11:57 +09:00
parent 8d658855ac
commit 3112e80544
8 changed files with 51 additions and 11 deletions

View File

@@ -12,7 +12,8 @@ export const Label = React.forwardRef<
<LabelPrimitive.Root
{...{ ref }}
className={cn(
"leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
"leading-none",
"peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
className
)}
{...props}