mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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"),
|
||||
confirmText: this.hass.localize("ui.panel.profile.logout"),
|
||||
confirm: () => fireEvent(this, "hass-logout"),
|
||||
destructive: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user