mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix logout button text color on confirmation dialog (#21595)
This commit is contained in:
parent
f0f0aefca1
commit
35fed0b0e2
@ -222,6 +222,7 @@ class HaProfileSectionGeneral extends LitElement {
|
|||||||
text: this.hass.localize("ui.panel.profile.logout_text"),
|
text: this.hass.localize("ui.panel.profile.logout_text"),
|
||||||
confirmText: this.hass.localize("ui.panel.profile.logout"),
|
confirmText: this.hass.localize("ui.panel.profile.logout"),
|
||||||
confirm: () => fireEvent(this, "hass-logout"),
|
confirm: () => fireEvent(this, "hass-logout"),
|
||||||
|
destructive: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user