mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 05:06:38 +00:00
Update ha-button.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
9889d973aa
commit
b8cbd1bb41
@ -40,7 +40,7 @@ import { customElement, property } from "lit/decorators";
|
||||
*/
|
||||
@customElement("ha-button")
|
||||
export class HaButton extends Button {
|
||||
@property() appearance?: "accent" | "filled" | "plain";
|
||||
@property({ reflect: true }) appearance?: "accent" | "filled" | "plain";
|
||||
|
||||
static override styles = [
|
||||
styles,
|
||||
|
Loading…
x
Reference in New Issue
Block a user