From 2b1f9460a8db21f5b16366cf7ffba1fa6108605a Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 17 Sep 2019 18:06:53 +0200 Subject: [PATCH] Fix styling mwc-button (#3740) --- src/resources/ha-style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/ha-style.ts b/src/resources/ha-style.ts index 25bcb40c96..9e981a5584 100644 --- a/src/resources/ha-style.ts +++ b/src/resources/ha-style.ts @@ -137,7 +137,7 @@ documentContainer.innerHTML = ` --mdc-theme-surface: var(--paper-card-background-color, var(--card-background-color)); /* 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-surface: var(--primary-text-color); }