我正在整合材料 ui 时间选择器
我需要改变时间的颜色
你可以在图片中看到。我需要改变颜色11:30 pm
我搜索了很多,但无法做到。
请帮忙!!!
编辑:
我试过这个
const theme = createMuiTheme({
palette: {
primary: {
main: '#efbb40'
}
},
typography: {
useNextVariants: true,
suppressDeprecationWarnings: true
}
})