diff options
Diffstat (limited to 'modern/src/common/theme')
-rw-r--r-- | modern/src/common/theme/components.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modern/src/common/theme/components.js b/modern/src/common/theme/components.js index 97643622..d0c7f9c6 100644 --- a/modern/src/common/theme/components.js +++ b/modern/src/common/theme/components.js @@ -1,6 +1,11 @@ import { grey } from '@mui/material/colors'; export default { + MuiUseMediaQuery: { + defaultProps: { + noSsr: true, + }, + }, MuiOutlinedInput: { styleOverrides: { root: { |