Skip to content

Commit

Permalink
Add missing box shadow theme variable to entity badge (#21714)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Aug 16, 2024
1 parent 6144049 commit 1080a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/panels/lovelace/badges/hui-entity-badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1080a8c

Please sign in to comment.