removing more leading-none (#8464)
This commit is contained in:
@@ -4,10 +4,7 @@ export function Label(props: JSX.IntrinsicElements["label"]) {
|
||||
return (
|
||||
<label
|
||||
{...props}
|
||||
className={classNames(
|
||||
"text-default text-emphasis mb-2 block text-sm font-medium leading-none",
|
||||
props.className
|
||||
)}>
|
||||
className={classNames("text-default text-emphasis mb-2 block text-sm font-medium", props.className)}>
|
||||
{props.children}
|
||||
</label>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user