diff --git a/src/panels/lovelace/editor/view-editor/hui-edit-view.ts b/src/panels/lovelace/editor/view-editor/hui-edit-view.ts
index 67a4b51529..65532e241c 100644
--- a/src/panels/lovelace/editor/view-editor/hui-edit-view.ts
+++ b/src/panels/lovelace/editor/view-editor/hui-edit-view.ts
@@ -146,7 +146,7 @@ export class HuiEditView extends LitElement {
${this.viewIndex !== undefined
? html`
-
+
${this.hass!.localize(
"ui.panel.lovelace.editor.edit_view.delete"
)}
@@ -303,9 +303,8 @@ export class HuiEditView extends LitElement {
height: 14px;
margin-right: 20px;
}
- .delete {
+ mwc-button.warning {
margin-right: auto;
- --mdc-theme-primary: var(--secondary-text-color);
}
paper-spinner {
display: none;