0
私はドキュメントを読んで、他の人の色を変更することはできましたが、ボタンのラベルの色を変更することはできません。今のところ、これは私のコードです:ボタンの色を変更する方法は?
const muiTheme = getMuiTheme({
datePicker: {
calendarYearBackgroundColor: lightBlue800,
calendarTextColor: "white",
selectColor: lightBlue800,
color: lightBlue800
}})