我使用了createMuiTheme并将我的主题用于调色板 - >行动 - >选择,它适用于选择MenuItem时。但是现在我想改变MenuItem的内部组件的颜色,即当选择的主题应用于MenuItem时,ListItemIcon和ListItemText?是否可以使用createMuitTheme以及如何做到这一点?
版本:Material-ui 1.0.0-beta.34
答案 0 :(得分:0)
颜色可以定义为:
theme.palette.primary.main
theme.palette.secondary.main
theme.palette.error.main
也适用于活跃元素:
theme.palette.action.active
也可以指定辅助文本:
theme.palette.text.secondary