标签: material-ui jsonforms
我正在使用设置了Material UI渲染器的jsonforms,并希望更改其默认Material UI主题。
我尝试了这个,但是没有用
<MuiThemeProvider theme={theme}> <JsonForms schema={schema} uischema={uischema}/> </MuiThemeProvider>