From 040e1992312577ad216f41ba679862c36616185f Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Mon, 5 Sep 2022 17:56:15 -0500 Subject: [PATCH] feat: improve home screen app bar layout --- src/components/Shell/Shell.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Shell/Shell.tsx b/src/components/Shell/Shell.tsx index 0caca44..7f3b7a4 100644 --- a/src/components/Shell/Shell.tsx +++ b/src/components/Shell/Shell.tsx @@ -239,7 +239,7 @@ export const Shell = ({ children, userPeerId }: ShellProps) => { edge="start" color="inherit" aria-label="Copy current URL" - sx={{ mr: 1, ml: 'auto' }} + sx={{ ml: 'auto' }} onClick={handleLinkButtonClick} > @@ -247,7 +247,7 @@ export const Shell = ({ children, userPeerId }: ShellProps) => { {doShowPeers ? ( - + ) : null}