Fix styling mwc-button (#3740)

This commit is contained in:
Bram Kragten 2019-09-17 18:06:53 +02:00 committed by Paulus Schoutsen
parent 1f6fe5dfcf
commit 2b1f9460a8

View File

@ -137,7 +137,7 @@ documentContainer.innerHTML = `<custom-style>
--mdc-theme-surface: var(--paper-card-background-color, var(--card-background-color)); --mdc-theme-surface: var(--paper-card-background-color, var(--card-background-color));
/* mwc text styles */ /* mwc text styles */
--mdc-theme-on-primary: var(--primary-text-color); --mdc-theme-on-primary: var(--text-primary-color);
--mdc-theme-on-secondary: var(--text-primary-color); --mdc-theme-on-secondary: var(--text-primary-color);
--mdc-theme-on-surface: var(--primary-text-color); --mdc-theme-on-surface: var(--primary-text-color);
} }