材质ui时间选择器标题文本颜色

时间:2018-11-20 11:05:46

标签: reactjs material-ui react-material

我正在集成material ui time picker

我需要改变时间的颜色

enter image description here

您可以在图像中看到。我需要更改11:30 pm

的颜色

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

请帮助!!!

编辑:

我尝试过

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

0 个答案:

没有答案