mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Add clear button to Assist debug page (#23774)
* Add clear button to Assist debug page * Move destructive to ha-button
This commit is contained in:
committed by
GitHub
parent
8efaf2b031
commit
d67c463b98
@@ -23,6 +23,9 @@ export class HaButton extends Button {
|
||||
.slot-container {
|
||||
overflow: var(--button-slot-container-overflow, visible);
|
||||
}
|
||||
:host([destructive]) {
|
||||
--mdc-theme-primary: var(--error-color);
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user