diff --git a/frontend/src/app/components/Layout/AppShell.tsx b/frontend/src/app/components/Layout/AppShell.tsx index 8970c416..42943a27 100644 --- a/frontend/src/app/components/Layout/AppShell.tsx +++ b/frontend/src/app/components/Layout/AppShell.tsx @@ -373,7 +373,6 @@ const AppShell: React.FC = () => { height: 38, flexShrink: 0, bgcolor: c.bg.secondary, - borderBottom: `0.5px solid ${c.border.medium}`, display: 'flex', alignItems: 'center', position: 'relative', @@ -1007,8 +1006,7 @@ const AppShell: React.FC = () => {