format
This commit is contained in:
parent
d5e5ab83ac
commit
7a4babf6e1
1 changed files with 1 additions and 3 deletions
|
|
@ -25,9 +25,7 @@ export function ActionInput({ label, className, ...props }) {
|
||||||
<label className={cx('inline-flex items-center cursor-pointer', className)}>
|
<label className={cx('inline-flex items-center cursor-pointer', className)}>
|
||||||
<input {...props} className="sr-only peer" />
|
<input {...props} className="sr-only peer" />
|
||||||
|
|
||||||
<span className="inline-flex items-center peer-hover:opacity-50">
|
<span className="inline-flex items-center peer-hover:opacity-50">{label}</span>
|
||||||
{label}
|
|
||||||
</span>
|
|
||||||
</label>
|
</label>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue