forked from Shiloh/remnantchat
feat: wrap peer number indicator in an IconButton
This commit is contained in:
parent
10b061e36a
commit
f0af2eb480
@ -109,11 +109,15 @@ export const ShellAppBar = ({
|
||||
</Tooltip>
|
||||
{doShowPeers ? (
|
||||
<Tooltip title="Click to show peer list">
|
||||
<StepIcon
|
||||
icon={numberOfPeers}
|
||||
<IconButton
|
||||
size="large"
|
||||
edge="end"
|
||||
color="inherit"
|
||||
aria-label="Peer list"
|
||||
onClick={onPeerListOpen}
|
||||
sx={{ ml: 2 }}
|
||||
/>
|
||||
>
|
||||
<StepIcon icon={numberOfPeers} />
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
) : null}
|
||||
</Toolbar>
|
||||
|
Loading…
x
Reference in New Issue
Block a user