我有一个带有 Material UI 的 React 应用程序。我知道如何在 body 上设置主题的默认背景颜色。但是,我想改为设置背景图像。我怎样才能做到这一点?
const theme = createMuiTheme({ palette: { background: { default: ??? } } });
material-ui
material-ui ×1