From 05775c411b94c584f608fe12baba6ad41ec570d0 Mon Sep 17 00:00:00 2001 From: Marcin Date: Fri, 12 Sep 2025 14:57:33 +0200 Subject: [PATCH] Add transition to button background (#27021) --- src/components/ha-button.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ha-button.ts b/src/components/ha-button.ts index 5b8bcd4d16..57ac10c185 100644 --- a/src/components/ha-button.ts +++ b/src/components/ha-button.ts @@ -57,6 +57,8 @@ export class HaButton extends Button { font-size: var(--ha-font-size-m); line-height: 1; + + transition: background-color 0.15s ease-in-out; } :host([size="small"]) .button {