diff --git a/client/src/theme/toirMuiTheme.ts b/client/src/theme/toirMuiTheme.ts index 7cc6386..58d869e 100644 --- a/client/src/theme/toirMuiTheme.ts +++ b/client/src/theme/toirMuiTheme.ts @@ -63,6 +63,9 @@ export function buildToirMuiTheme(mode: Mode): Theme { styleOverrides: { body: { background: t.bgDefault, + '& .RaList-content > .RaList-noResults:only-child > .MuiCardContent-root': { + display: 'none', + }, }, }, },