mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
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