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)}>
|
||||
<input {...props} className="sr-only peer" />
|
||||
|
||||
<span className="inline-flex items-center peer-hover:opacity-50">
|
||||
{label}
|
||||
</span>
|
||||
<span className="inline-flex items-center peer-hover:opacity-50">{label}</span>
|
||||
</label>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue