Remove google colors. Fix #6254 (#6263)

This commit is contained in:
Thomas Lovén
2020-06-29 10:51:28 +02:00
committed by GitHub
parent 00842a3354
commit e8996063dd
51 changed files with 69 additions and 66 deletions

View File

@@ -295,7 +295,7 @@ export class HaScriptEditor extends LitElement {
.errors {
padding: 20px;
font-weight: bold;
color: var(--google-red-500);
color: var(--error-color);
}
.content {
padding-bottom: 20px;