Use white for icons with backgound (#10672)

This commit is contained in:
Joakim Sørensen 2021-11-21 19:07:55 +01:00 committed by GitHub
parent a430142296
commit 2e81f843ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ class HaConfigNavigation extends LitElement {
border-radius: 50%;
}
.icon-background ha-svg-icon {
color: var(--card-background-color);
color: #fff;
}
`;
}