Fix button props

This commit is contained in:
Robert Long 2021-12-17 15:47:54 -08:00
parent 32800a82fc
commit 34d0483c99

View file

@ -62,7 +62,7 @@ export const Button = forwardRef(
[styles.off]: off,
}
)}
{...mergeProps(filteredButtonProps, rest)}
{...filteredButtonProps}
ref={buttonRef}
>
{children}