diff --git a/src/dialogs/quick-bar/ha-quick-bar.ts b/src/dialogs/quick-bar/ha-quick-bar.ts
index 95c4ce18bb..281fd79916 100644
--- a/src/dialogs/quick-bar/ha-quick-bar.ts
+++ b/src/dialogs/quick-bar/ha-quick-bar.ts
@@ -182,14 +182,15 @@ export class QuickBar extends LitElement {
.twoline=${Boolean(item.altText)}
.item=${item}
index=${ifDefined(index)}
- hasMeta
- graphic=${item.altText ? "avatar" : "icon"}
+ graphic="avatar"
>
- ${item.text}
+ ${item.text}
${item.altText
? html`
- ${item.altText}
+ ${item.altText}
`
: null}
@@ -387,6 +388,14 @@ export class QuickBar extends LitElement {
}
}
+ ha-icon {
+ margin-left: 8px;
+ }
+
+ ha-svg-icon {
+ color: var(--primary-text-color);
+ }
+
ha-svg-icon.prefix {
margin: 8px;
}
@@ -406,6 +415,10 @@ export class QuickBar extends LitElement {
mwc-list-item {
width: 100%;
}
+
+ .item-text {
+ margin-left: 16px;
+ }
`,
];
}
diff --git a/src/translations/en.json b/src/translations/en.json
index db29694f98..c6d3edb73c 100755
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -1059,8 +1059,8 @@
"ping": "Reload ping binary sensor entities",
"filesize": "Reload file size entities",
"telegram": "Reload telegram notify services",
- "smtp": "Reload smtp notify services",
- "mqtt": "Reload manually configured mqtt entities",
+ "smtp": "Reload SMTP notify services",
+ "mqtt": "Reload manually configured MQTT entities",
"rpi_gpio": "Reload Raspberry Pi GPIO entities"
},
"server_management": {