From b8cbd1bb415a5aa9e0a14ad1bb593fbc4f688659 Mon Sep 17 00:00:00 2001 From: Wendelin <12148533+wendevlin@users.noreply.github.com> Date: Fri, 23 May 2025 11:18:03 +0200 Subject: [PATCH] Update ha-button.ts Co-authored-by: Bram Kragten --- src/components/ha-button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-button.ts b/src/components/ha-button.ts index ae84a7dcf9..df8a16f558 100644 --- a/src/components/ha-button.ts +++ b/src/components/ha-button.ts @@ -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,