Fix platinum color and spacing of integration logo (#23029)

This commit is contained in:
Wendelin 2024-11-27 16:27:53 +01:00 committed by GitHub
parent e0e158b64c
commit 125805d6d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1496,6 +1496,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
.logo-container {
display: flex;
justify-content: center;
margin-bottom: 8px;
}
.version {
padding-top: 8px;
@ -1548,7 +1549,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
color: gold;
}
ha-svg-icon.platinum-medal {
color: #d9d9d9;
color: #727272;
}
ha-md-list-item {
position: relative;