From bb900e1bd40a6b7efd7a538114d985ea7f7e3e88 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 17 Aug 2022 21:43:29 +0200 Subject: feat(frontend): custom search panel Also improves editor styling (to enable panel styling). --- subprojects/frontend/src/TopBar.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'subprojects/frontend/src/TopBar.tsx') diff --git a/subprojects/frontend/src/TopBar.tsx b/subprojects/frontend/src/TopBar.tsx index 5ad80d40..b414712e 100644 --- a/subprojects/frontend/src/TopBar.tsx +++ b/subprojects/frontend/src/TopBar.tsx @@ -17,7 +17,12 @@ export default function TopBar(): JSX.Element { })} > - + theme.palette.text.primary} + > Refinery -- cgit v1.2.3-54-g00ecf