From 13a1af97dac2b1026aadf7f63214e9dfb88f8689 Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:07:37 +0300 Subject: [PATCH] box-shadow for stack in panel: fix typo (#22384) Update hui-stack-card.ts --- src/panels/lovelace/cards/hui-stack-card.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/cards/hui-stack-card.ts b/src/panels/lovelace/cards/hui-stack-card.ts index 76239b6b118f..de0b5b263628 100644 --- a/src/panels/lovelace/cards/hui-stack-card.ts +++ b/src/panels/lovelace/cards/hui-stack-card.ts @@ -109,7 +109,7 @@ export abstract class HuiStackCard :host([ispanel]) #root { --ha-card-border-radius: var(--restore-card-border-radius); --ha-card-border-width: var(--restore-card-border-width); - --ha-card-box-shadow: var(--restore-card-border-shadow); + --ha-card-box-shadow: var(--restore-card-box-shadow); } `; }