aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/TopBar.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-18 02:08:21 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-18 02:08:21 +0200
commit675f7271642bdddbc008d22678e277c72032bdcd (patch)
tree765e1d2ccf44a1f3ec90590797c3465c1f5b1042 /subprojects/frontend/src/TopBar.tsx
parentfix(frontend): search panel fixes (diff)
downloadrefinery-675f7271642bdddbc008d22678e277c72032bdcd.tar.gz
refinery-675f7271642bdddbc008d22678e277c72032bdcd.tar.zst
refinery-675f7271642bdddbc008d22678e277c72032bdcd.zip
feat(frontend): responsive editor styling
Diffstat (limited to 'subprojects/frontend/src/TopBar.tsx')
-rw-r--r--subprojects/frontend/src/TopBar.tsx7
1 files changed, 1 insertions, 6 deletions
diff --git a/subprojects/frontend/src/TopBar.tsx b/subprojects/frontend/src/TopBar.tsx
index b414712e..5ad80d40 100644
--- a/subprojects/frontend/src/TopBar.tsx
+++ b/subprojects/frontend/src/TopBar.tsx
@@ -17,12 +17,7 @@ export default function TopBar(): JSX.Element {
17 })} 17 })}
18 > 18 >
19 <Toolbar> 19 <Toolbar>
20 <Typography 20 <Typography variant="h6" component="h1" flexGrow={1}>
21 variant="h6"
22 component="h1"
23 flexGrow={1}
24 color={(theme) => theme.palette.text.primary}
25 >
26 Refinery 21 Refinery
27 </Typography> 22 </Typography>
28 <ToggleDarkModeButton /> 23 <ToggleDarkModeButton />