feat: improve spacing around peer counter
This commit is contained in:
parent
456581bf0a
commit
87ffd1df56
@ -172,6 +172,9 @@ export const ShellAppBar = ({
|
|||||||
color="inherit"
|
color="inherit"
|
||||||
aria-label="Peer list"
|
aria-label="Peer list"
|
||||||
onClick={onPeerListClick}
|
onClick={onPeerListClick}
|
||||||
|
sx={{
|
||||||
|
ml: 1,
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<StepIcon icon={peerList.length + 1} />
|
<StepIcon icon={peerList.length + 1} />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
Loading…
Reference in New Issue
Block a user