Fix button props
This commit is contained in:
parent
32800a82fc
commit
34d0483c99
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export const Button = forwardRef(
|
||||||
[styles.off]: off,
|
[styles.off]: off,
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
{...mergeProps(filteredButtonProps, rest)}
|
{...filteredButtonProps}
|
||||||
ref={buttonRef}
|
ref={buttonRef}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
|
Loading…
Add table
Reference in a new issue