feat: improve spacing around peer counter

This commit is contained in:
Jeremy Kahn 2023-03-22 09:27:52 -05:00
parent 456581bf0a
commit 87ffd1df56

View File

@ -172,6 +172,9 @@ export const ShellAppBar = ({
color="inherit"
aria-label="Peer list"
onClick={onPeerListClick}
sx={{
ml: 1,
}}
>
<StepIcon icon={peerList.length + 1} />
</IconButton>