mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-08 02:37:45 +02:00
[eric] ui: drop the toolbar + settings divider lines, bg-tint and air carry the separation now
This commit is contained in:
@@ -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 = () => {
|
||||
<Box
|
||||
sx={{
|
||||
px: 1,
|
||||
py: 1,
|
||||
borderTop: `0.5px solid ${c.border.subtle}`,
|
||||
py: 1.25,
|
||||
}}
|
||||
>
|
||||
<ListItemButton
|
||||
|
||||
Reference in New Issue
Block a user