Refactor header

This commit is contained in:
Robert Long
2021-12-23 14:40:23 -08:00
parent 87e5cafb77
commit eb620e9220
16 changed files with 307 additions and 130 deletions

View File

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