aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/TopBar.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-16 21:14:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-16 21:14:50 +0200
commit19cd11118cde7160cd447c81bc965007c0437479 (patch)
tree5fea613e7a46d69380995368a68cc72f186078a4 /subprojects/frontend/src/TopBar.tsx
parentchore(deps): bump frontend dependencies (diff)
downloadrefinery-19cd11118cde7160cd447c81bc965007c0437479.tar.gz
refinery-19cd11118cde7160cd447c81bc965007c0437479.tar.zst
refinery-19cd11118cde7160cd447c81bc965007c0437479.zip
refactor(frondend): improve editor store and theme
Also bumps frontend dependencies.
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>