mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Update unlock icon for tile card lock features (#20667)
Update unlock icon for tile card lock features so it's easier to see the difference between lock and unlock buttons
This commit is contained in:
parent
a78608bfb4
commit
8cca233b7c
@ -1,4 +1,4 @@
|
|||||||
import { mdiLock, mdiLockOpen } from "@mdi/js";
|
import { mdiLock, mdiLockOpenVariant } from "@mdi/js";
|
||||||
import { HassEntity } from "home-assistant-js-websocket";
|
import { HassEntity } from "home-assistant-js-websocket";
|
||||||
import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
|
import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators";
|
import { customElement, property, state } from "lit/decorators";
|
||||||
@ -90,7 +90,7 @@ class HuiLockCommandsCardFeature
|
|||||||
pulse: isLocking(this.stateObj) || isUnlocking(this.stateObj),
|
pulse: isLocking(this.stateObj) || isUnlocking(this.stateObj),
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<ha-svg-icon .path=${mdiLockOpen}></ha-svg-icon>
|
<ha-svg-icon .path=${mdiLockOpenVariant}></ha-svg-icon>
|
||||||
</ha-control-button>
|
</ha-control-button>
|
||||||
</ha-control-button-group>
|
</ha-control-button-group>
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user