Fix button props
This commit is contained in:
@@ -62,7 +62,7 @@ export const Button = forwardRef(
|
|||||||
[styles.off]: off,
|
[styles.off]: off,
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
{...mergeProps(filteredButtonProps, rest)}
|
{...filteredButtonProps}
|
||||||
ref={buttonRef}
|
ref={buttonRef}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user