updated by GasGit automation

This commit is contained in:
Bruce McPherson 2016-06-07 13:08:41 +01:00
parent 8a8cc23284
commit a96e84aaaf

View file

@ -28,9 +28,9 @@ function Elementer() {
// anything added with setClasses() will be merged with this // anything added with setClasses() will be merged with this
var defClasses_ = { var defClasses_ = {
branch: "mui-container", branch: "",
subhead: "mui--text-subhead", subhead: "mui--text-subhead",
backLabel: "mui--text-dark-secondary mui--text-caption", backLabel: "mui--text-accent-secondary",
title: "mui--text-title", title: "mui--text-title",
table: "mui-table", table: "mui-table",
tr: "", tr: "",
@ -176,7 +176,7 @@ function Elementer() {
dividerTemplate: { dividerTemplate: {
label: "subhead", label: "subhead",
classes: { classes: {
label: "mui--text-subhead" label: "mui--text-accent"
} }
}, },
contentTemplate: { contentTemplate: {