We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MuiV5Theme
MuiTheme
1 parent de8535b commit 827cce8Copy full SHA for 827cce8
packages/playground/src/app.tsx
@@ -1,4 +1,4 @@
1
-import { Theme as MuiV5Theme } from '@rjsf/mui';
+import { Theme as MuiTheme } from '@rjsf/mui';
2
import { Theme as FluentUIRCTheme } from '@rjsf/fluentui-rc';
3
import { Theme as SuiTheme } from '@rjsf/semantic-ui';
4
import { Theme as AntdTheme } from '@rjsf/antd';
@@ -103,7 +103,7 @@ const themes: PlaygroundProps['themes'] = {
103
},
104
mui: {
105
stylesheet: '',
106
- theme: MuiV5Theme,
+ theme: MuiTheme,
107
108
'react-bootstrap': {
109
stylesheet: '//cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css',
0 commit comments