mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Use right variable name for light card (#15379)
This commit is contained in:
parent
47fcd253b1
commit
d1294edf34
@ -330,11 +330,11 @@ export class HuiLightCard extends LitElement implements LovelaceCard {
|
||||
}
|
||||
|
||||
.light-button.state-on {
|
||||
color: var(--state-light-color);
|
||||
color: var(--state-light-active-color);
|
||||
}
|
||||
|
||||
.light-button.state-unavailable {
|
||||
color: var(--state-icon-unavailable-color);
|
||||
color: var(--state-unavailable-color);
|
||||
}
|
||||
|
||||
#info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user