0

我正在整合材料 ui 时间选择器

我需要改变时间的颜色

在此处输入图像描述

你可以在图片中看到。我需要改变颜色11:30 pm

我搜索了很多,但无法做到。

请帮忙!!!

编辑:

我试过这个

const theme = createMuiTheme({
  palette: {
    primary: {
      main: '#efbb40'
    }
  },
  typography: {
    useNextVariants: true,
    suppressDeprecationWarnings: true
  }
})
4

0 回答 0