fix: Use HA style and coloring for all icons (#1790)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
:host {
|
||||
display: inline-block;
|
||||
width: var(--mdc-icon-size, 24px);
|
||||
height: var(--mdc-icon-size, 24px);
|
||||
|
||||
--ha-icon-display: block;
|
||||
}
|
||||
|
||||
* {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Reference in New Issue
Block a user