fix: deprecated paper-item-icon-color (#1247)
Some checks failed
CI / lint (push) Has been cancelled
CI / build (10.x) (push) Has been cancelled
CI / build (12.x) (push) Has been cancelled

This commit is contained in:
ildar170975
2025-05-12 23:47:55 +03:00
committed by GitHub
parent 4c209319b3
commit 2e99db5e97

View File

@@ -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;