mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Use new variable name for light toggle icon in area card (#15259)
This commit is contained in:
parent
6945f99a34
commit
0af92b9bd1
@ -563,7 +563,7 @@ export class HuiAreaCard
|
|||||||
--mdc-icon-button-size: 44px;
|
--mdc-icon-button-size: 44px;
|
||||||
}
|
}
|
||||||
.on {
|
.on {
|
||||||
color: var(--state-light-color);
|
color: var(--state-light-active-color);
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user