【发布时间】:2021-02-04 12:40:54
【问题描述】:
是否可以将自定义对象添加到“createMuiTheme”? 假设我在 AppBar 中有一个购物车图标,我可以如何注入它以便它在“createMuiTheme”中可用?
类似这样的:
const theme = createMuiTheme({
custom: {
CartIcon: {
color: "#333"
}
}
});
【问题讨论】:
标签: material-ui themes