aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/TopBar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/TopBar.tsx')
-rw-r--r--subprojects/frontend/src/TopBar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/frontend/src/TopBar.tsx b/subprojects/frontend/src/TopBar.tsx
index af571a1e..5ad80d40 100644
--- a/subprojects/frontend/src/TopBar.tsx
+++ b/subprojects/frontend/src/TopBar.tsx
@@ -12,8 +12,8 @@ export default function TopBar(): JSX.Element {
12 elevation={0} 12 elevation={0}
13 color="transparent" 13 color="transparent"
14 sx={(theme) => ({ 14 sx={(theme) => ({
15 background: theme.palette.highlight.activeLine, 15 background: theme.palette.outer.background,
16 borderBottom: `1px solid ${theme.palette.divider2}`, 16 borderBottom: `1px solid ${theme.palette.outer.border}`,
17 })} 17 })}
18 > 18 >
19 <Toolbar> 19 <Toolbar>