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

@@ -446,7 +446,7 @@ export class HaVoiceCommandDialog extends LitElement {
}
.message.error {
background-color: var(--google-red-500);
background-color: var(--error-color);
color: var(--text-primary-color);
}