如何使用angularDart在角度组件的App布局中应用材质灯光主题

时间:2017-11-03 18:04:24

标签: dart angular-dart angular-components dart-html

我想在角度组件的 App Layout 组件中应用材质灯光主题,即白色背景颜色和黑色文字颜色。

1 个答案:

答案 0 :(得分:0)

The header styling is just a class and you can target it in your styles.

material-content > .material-header {
  background-color: white;
  color: black;
}