mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-08 07:38:13 -04:00
fix style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user