Add missing box shadow theme variable to entity badge (#21714)

This commit is contained in:
Paul Bottein 2024-08-16 16:18:29 +02:00 committed by GitHub
parent 6144049f8c
commit 1080a8c961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -232,6 +232,7 @@ export class HuiEntityBadge extends LitElement implements LovelaceBadge {
-webkit-backdrop-filter: var(--ha-card-backdrop-filter, none);
backdrop-filter: var(--ha-card-backdrop-filter, none);
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,