【发布时间】:2016-11-14 17:37:21
【问题描述】:
我正在尝试了解如何完全自定义主题。 material-ui guidelines/docs 说要检查这个文件: https://github.com/callemall/material-ui/blob/master/src/styles/theme-manager.js
所以对于自定义主题,我尝试添加如下块:
AppTheme = {
appBar: {
color: Colors.yellow500,
textColor: 'white'
},
但这对应用栏没有影响。其余的主题变量确实有效。
如何自定义另一个variables in this file?
【问题讨论】:
标签: meteor reactjs material-ui