Use new variable name for light toggle icon in area card (#15259)

This commit is contained in:
Paul Bottein 2023-01-30 12:29:25 +01:00 committed by GitHub
parent 6945f99a34
commit 0af92b9bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -563,7 +563,7 @@ export class HuiAreaCard
--mdc-icon-button-size: 44px;
}
.on {
color: var(--state-light-color);
color: var(--state-light-active-color);
}
`;
}