box-shadow for stack in panel: fix typo (#22384)

Update hui-stack-card.ts
This commit is contained in:
ildar170975 2024-10-16 10:07:37 +03:00 committed by GitHub
parent e3c435fd78
commit 13a1af97da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}
`;
}