From 047c9d912c2b4bc6b16d5ecb094620e34d9cc4c1 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Wed, 10 Jun 2026 19:58:30 -0700 Subject: [PATCH] [eric] ui: drop the toolbar + settings divider lines, bg-tint and air carry the separation now --- frontend/src/app/components/Layout/AppShell.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 = () => {