Fix mute/unmute styling
This commit is contained in:
parent
f57b520622
commit
4e2d1c5dcd
7 changed files with 21 additions and 39 deletions
|
|
@ -47,12 +47,9 @@ export function UserMenu({ userName, signedIn, onLogin, onLogout }) {
|
|||
|
||||
return (
|
||||
<PopoverMenu onAction={onAction} placement="bottom right">
|
||||
<HeaderButton>
|
||||
<HeaderButton className={styles.userButton}>
|
||||
<ButtonTooltip>Profile</ButtonTooltip>
|
||||
<div className={styles.userButton}>
|
||||
<UserIcon />
|
||||
<span>{userName}</span>
|
||||
</div>
|
||||
<UserIcon />
|
||||
</HeaderButton>
|
||||
{(props) => (
|
||||
<Popover {...props} label="User menu">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue