mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix margin and title on assist dialog (#15219)
This commit is contained in:
parent
afb9e826ef
commit
89623aa7ec
@ -507,6 +507,11 @@ export class HaVoiceCommandDialog extends LitElement {
|
|||||||
color: var(--text-primary-color);
|
color: var(--text-primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.interimTranscript {
|
.interimTranscript {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
|
@ -803,7 +803,7 @@
|
|||||||
"nothing_found": "Nothing found!"
|
"nothing_found": "Nothing found!"
|
||||||
},
|
},
|
||||||
"voice_command": {
|
"voice_command": {
|
||||||
"title": "Assistant",
|
"title": "Assist",
|
||||||
"did_not_hear": "Home Assistant did not hear anything",
|
"did_not_hear": "Home Assistant did not hear anything",
|
||||||
"did_not_understand": "Didn't quite get that",
|
"did_not_understand": "Didn't quite get that",
|
||||||
"found": "I found the following for you:",
|
"found": "I found the following for you:",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user