updated by GasGit automation
This commit is contained in:
parent
8a8cc23284
commit
a96e84aaaf
1 changed files with 3 additions and 3 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue