mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Use same help icon everywhere
This commit is contained in:
parent
f59cb661cd
commit
35a41b3490
@ -1,5 +1,5 @@
|
|||||||
import "@material/mwc-button";
|
import "@material/mwc-button";
|
||||||
import { mdiClose, mdiHelpCircleOutline } from "@mdi/js";
|
import { mdiClose, mdiHelpCircle } from "@mdi/js";
|
||||||
import type { UnsubscribeFunc } from "home-assistant-js-websocket";
|
import type { UnsubscribeFunc } from "home-assistant-js-websocket";
|
||||||
import {
|
import {
|
||||||
css,
|
css,
|
||||||
@ -244,7 +244,7 @@ class DataEntryFlowDialog extends LitElement {
|
|||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
><ha-icon-button
|
><ha-icon-button
|
||||||
.label=${"Help"}
|
.label=${"Help"}
|
||||||
.path=${mdiHelpCircleOutline}
|
.path=${mdiHelpCircle}
|
||||||
?rtl=${computeRTL(this.hass)}
|
?rtl=${computeRTL(this.hass)}
|
||||||
></ha-icon-button
|
></ha-icon-button
|
||||||
></a>
|
></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user