Material ui time picker header text color

筅森魡賤 提交于 2019-12-11 16:57:59

问题


I am integrating material ui time picker

I need to change the color of time

You can see in the image. I need to change the color of 11:30 pm

I searched a lot but couldn't able do it.

Please help!!!

EDIT:

I tried this

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

来源:https://stackoverflow.com/questions/53391633/material-ui-time-picker-header-text-color

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!