mirror of
https://github.com/kalkih/mini-graph-card.git
synced 2025-12-20 00:35:56 +01:00
fix: deprecated paper-item-icon-color (#1247)
This commit is contained in:
@@ -95,7 +95,7 @@ const style = css`
|
||||
opacity: .65;
|
||||
}
|
||||
.icon {
|
||||
color: var(--paper-item-icon-color, #44739e);
|
||||
color: var(--state-icon-color, #44739e);
|
||||
display: inline-block;
|
||||
flex: 0 0 1.7em;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user