小编Hel*_*ves的帖子

在 MuiThemeProvider 中设置主体背景图像

我有一个带有 Material UI 的 React 应用程序。我知道如何在 body 上设置主题的默认背景颜色。但是,我想改为设置背景图像。我怎样才能做到这一点?

const theme = createMuiTheme({
  palette: {
    background: {
      default: ???
    }
  }
});
Run Code Online (Sandbox Code Playgroud)

material-ui

4
推荐指数
1
解决办法
2934
查看次数

标签 统计

material-ui ×1