From 3fe3284a43085ced51cb9071e35eb067570416f2 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 16 Aug 2024 17:37:00 +0200 Subject: [PATCH] Add missing box shadow theme variable to entity badge --- src/badges/template/template-badge.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/badges/template/template-badge.ts b/src/badges/template/template-badge.ts index c3eaa472..684d4574 100644 --- a/src/badges/template/template-badge.ts +++ b/src/badges/template/template-badge.ts @@ -297,6 +297,7 @@ export class HuiEntityBadge extends LitElement implements LovelaceBadge { border-radius: 18px; background-color: var(--card-background-color, white); border-width: var(--ha-card-border-width, 1px); + box-shadow: var(--ha-card-box-shadow, none); border-style: solid; border-color: var( --ha-card-border-color,