我需要改变时间的颜色
您可以在图像中看到。我需要更改11:30 pm
我搜索了很多,但无法做到。
请帮助!!!
编辑:
我尝试过
const theme = createMuiTheme({
palette: {
primary: {
main: '#efbb40'
}
},
typography: {
useNextVariants: true,
suppressDeprecationWarnings: true
}
})