Fix margin and title on assist dialog (#15219)

This commit is contained in:
Paul Bottein 2023-01-26 21:48:28 +01:00 committed by GitHub
parent afb9e826ef
commit 89623aa7ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -507,6 +507,11 @@ export class HaVoiceCommandDialog extends LitElement {
color: var(--text-primary-color);
}
.input {
margin-left: 0;
margin-right: 0;
}
.interimTranscript {
color: var(--secondary-text-color);
}

View File

@ -803,7 +803,7 @@
"nothing_found": "Nothing found!"
},
"voice_command": {
"title": "Assistant",
"title": "Assist",
"did_not_hear": "Home Assistant did not hear anything",
"did_not_understand": "Didn't quite get that",
"found": "I found the following for you:",