diff --git a/client/src/layout/ToirMenu.tsx b/client/src/layout/ToirMenu.tsx index c44720b..51f22ff 100644 --- a/client/src/layout/ToirMenu.tsx +++ b/client/src/layout/ToirMenu.tsx @@ -8,7 +8,6 @@ import { export function ToirMenu() { return ( - | undefined { const params = new URLSearchParams(search); @@ -29,7 +27,6 @@ function parseListFilterFromSearch(search: string): Record | un const equipmentFilters = [ , - , ]; const ListActions = () => ( diff --git a/client/src/theme/toirMuiTheme.ts b/client/src/theme/toirMuiTheme.ts index 28b7b38..7cc6386 100644 --- a/client/src/theme/toirMuiTheme.ts +++ b/client/src/theme/toirMuiTheme.ts @@ -82,11 +82,11 @@ export function buildToirMuiTheme(mode: Mode): Theme { styleOverrides: { head: { fontWeight: 700, - fontSize: '0.9rem', + fontSize: '0.95rem', borderBottom: `1px solid ${t.border}`, }, root: { - fontSize: '0.95rem', + fontSize: '1rem', lineHeight: 1.35, borderBottom: `1px solid ${t.divider}`, },