Skip to content

Commit

Permalink
Fix platinum color and spacing of integration logo (#23029)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendevlin authored Nov 27, 2024
1 parent e0e158b commit 125805d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/panels/config/integrations/ha-config-integration-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
.logo-container {
display: flex;
justify-content: center;
margin-bottom: 8px;
}
.version {
padding-top: 8px;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 125805d

Please sign in to comment.