Skip to content

Commit

Permalink
Add missing box shadow theme variable to entity badge
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Aug 16, 2024
1 parent fc82c6c commit 3fe3284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/badges/template/template-badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3fe3284

Please sign in to comment.