Skip to content

Commit

Permalink
box-shadow for stack in panel: fix typo (#22384)
Browse files Browse the repository at this point in the history
Update hui-stack-card.ts
  • Loading branch information
ildar170975 authored Oct 16, 2024
1 parent e3c435f commit 13a1af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/lovelace/cards/hui-stack-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export abstract class HuiStackCard<T extends StackCardConfig = StackCardConfig>
: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);
}
`;
}
Expand Down

0 comments on commit 13a1af9

Please sign in to comment.