fix bug field text mui

This commit is contained in:
Ehsan
2024-06-24 03:10:07 +03:30
parent 9e1704e045
commit a5b4179135
5 changed files with 93 additions and 74 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import theme from '../theme/theme';
export default function ThemeRegistry({
children
}) {
const options = {key: 'mui'}
const options = { key: 'mui' }
const [{ cache, flush }] = React.useState(() => {
const cache = createCache(options);
cache.compat = true;