Fix mute/unmute styling

This commit is contained in:
Robert Long
2021-12-06 12:19:38 -08:00
parent f57b520622
commit 4e2d1c5dcd
7 changed files with 21 additions and 39 deletions

View File

@@ -52,6 +52,7 @@ export function PopoverMenu({ children, placement, ...rest }) {
<popoverTrigger.type
{...popoverTrigger.props}
{...menuTriggerProps}
on={popoverMenuState.isOpen}
ref={buttonRef}
/>
{popoverMenuState.isOpen &&