fix style
This commit is contained in:
parent
20016fd9aa
commit
d5e5ab83ac
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +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 transition-opacity peer-hover:opacity-60 peer-focus-visible:ring-2 peer-focus-visible:ring-blue-500">
|
||||
<span className="inline-flex items-center peer-hover:opacity-50">
|
||||
{label}
|
||||
</span>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue